lemmy/crates/db_views
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
..
src Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653) 2023-07-20 11:13:21 -04:00
Cargo.toml Remove TypedBuilder from db_views and db_views_actor (#3637) 2023-07-17 12:20:25 +02:00