# 특정 카테고리를 신뢰 수준에서 제외하기

**URL:** https://meta.discourse.org/t/exclude-certain-categories-from-the-trust-levels/222513
**Category:** Marketplace
**Created:** [3월 30, 2022, 10:55오전 UTC](https://meta.discourse.org/t/exclude-certain-categories-from-the-trust-levels/222513 "2022-03-30T10:55:04Z")
**Posts on this page:** 1
**Showing post:** 17

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [4월 5, 2022, 6:34오전 UTC](https://meta.discourse.org/t/exclude-certain-categories-from-the-trust-levels/222513/17 "2022-04-05T06:34:32Z")

</div>

> [@Shirly\_Nowak](#):
>
> @nolo 님, 감사합니다. 이제 우리가 파악해야 할 것은 배지(badge) 쿼리에서 신뢰 수준(trust levels)과 유사한 조건, 예를 들어 커뮤니티 체류 시간, 준거나 받은 좋아요 수 등을 지정할 수 있는지 여부인 것 같습니다. 이건 꽤 복잡할 것 같네요 😕

@ganncamp 님이 비슷한 영역에서 쿼리를 다듬으셨는데, 이것을 참고로 삼으실 수 있을까요?

> [@Find the users which are more likely to become TL3](https://meta.discourse.org/t/find-the-users-which-are-more-likely-to-become-tl3/91495/17?u=jammydodger):
>
> This is slightly more efficient. If it still doesn’t run for you, then you can try stripping out some of the columns, with their associated joins and queries. EDIT Okay, I finally got my join types straight (it’s been a while). This updated query is much more efficient with t as ( select CURRENT\_TIMESTAMP - ((0 + 100) \* (INTERVAL '1 days')) as start, CURRENT\_TIMESTAMP - (0 \* (INTERVAL '1 days')) as end ), -- Topic count last 100 days 25% -- lesser of 25% topics created in last 100 …

---

_[View the full topic](https://meta.discourse.org/t/exclude-certain-categories-from-the-trust-levels/222513)._
