lemmy/crates/db_schema/src
Sander Saarend b511c2e6cb
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653)
* Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts

* Remove unused index

* Add creator_id to post_aggregates

* Use post_aggregates as main table for PostQuery

* Make post_aggregates the main table for PostView

* Reformat SQL
2023-07-20 11:13:21 -04:00
..
aggregates Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653) 2023-07-20 11:13:21 -04:00
impls Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00
source Split activity table into sent and received parts (fixes #3103) (#3583) 2023-07-14 11:17:06 -04:00
diesel_ltree.patch feat: re-added captcha checks (#3289) 2023-06-27 06:38:53 -04:00
lib.rs Feature add three six and nine months options backend (#3226) 2023-06-26 15:03:35 -04:00
newtypes.rs Adding comments to all API related types. Fixes #2846 (#2848) 2023-05-10 21:20:39 +02:00
schema.rs Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653) 2023-07-20 11:13:21 -04:00
traits.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
utils.rs Cache & Optimize Woodpecker CI (#3450) 2023-07-17 11:04:14 -04:00