lemmy/server
Dessalines 6cb66dc941 Some more DB optimizings
- Changing the fast_id pkeys to just ids on the fast tables.
- Removing the private_message_fast, since the view contains no aggregates.
- Comment and post voting now no longer pull from the views, they update the counts directly.
2020-07-06 10:10:11 -04:00
..
config Merge branch 'master' into federation 2020-06-27 10:54:08 -04:00
migrations Some more DB optimizings 2020-07-06 10:10:11 -04:00
migrations_testing/2020-01-13-025151_create_materialized_views A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
query_testing DB Rework working, still need more testing. 2020-07-04 22:51:05 -04:00
src Some more DB optimizings 2020-07-06 10:10:11 -04:00
.gitignore A first pass at using materialized views. 2020-01-13 20:02:02 -05:00
.rustfmt.toml Rework imports 2020-05-16 20:04:17 +02:00
Cargo.lock Verify activitypub payload digests (#885) 2020-07-03 13:22:39 -04:00
Cargo.toml Verify activitypub payload digests (#885) 2020-07-03 13:22:39 -04:00
clean.sh Adding cargo outdated to clean script. 2020-01-03 23:39:31 -05:00
db-init.sh Improve shell scripts (#705) 2020-05-11 13:16:08 -04:00
diesel.toml Starting to work on Rust Diesel Schema. #5 2019-02-27 22:02:55 -08:00