lemmy/crates/db_views_actor/src
phiresky 922ee6a230
improve admin and mod check to not do seq scans and return unnecessary data (#3483)
* improve admin and mod check

* fix clippy

* move admin index to existing code

* Revert "move admin index to existing code"

This reverts commit d0c58d5f4021e1775d0c1d30d8df6c7df87557c4.

* third attempt at the migration

* fix formatting

* rebuild

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-07-06 14:44:26 +02:00
..
comment_reply_view.rs Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00
community_block_view.rs Get rid of Safe Views, use serde_skip (#2767) 2023-03-01 18:19:46 +01:00
community_follower_view.rs improve performance of community followers inbox query (#3482) 2023-07-05 11:50:26 -04:00
community_moderator_view.rs improve admin and mod check to not do seq scans and return unnecessary data (#3483) 2023-07-06 14:44:26 +02:00
community_person_ban_view.rs Addressing slow profile queries. #2777 (#2830) 2023-04-25 19:28:06 -04:00
community_view.rs improve admin and mod check to not do seq scans and return unnecessary data (#3483) 2023-07-06 14:44:26 +02:00
lib.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
person_block_view.rs Adding diesel enums for SortType and ListingType (#2808) 2023-04-17 15:19:51 -04:00
person_mention_view.rs Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00
person_view.rs improve admin and mod check to not do seq scans and return unnecessary data (#3483) 2023-07-06 14:44:26 +02:00
structs.rs Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00