]> Untitled Git - lemmy.git/commit
Fixing slow joins to post_read, post_saved, and comment_saved . (#2738)
authorDessalines <dessalines@users.noreply.github.com>
Sat, 18 Feb 2023 14:35:35 +0000 (09:35 -0500)
committerGitHub <noreply@github.com>
Sat, 18 Feb 2023 14:35:35 +0000 (09:35 -0500)
commit47f4aa3550e7e79736f87673e007f930a9442f1f
treefe5079bb5b087adc31c03a2aa9f24bc8d8423bc1
parent9b0428bc5029323ded66dad8cdfc54bd01da3ca9
Fixing slow joins to post_read, post_saved, and comment_saved . (#2738)

- Fixes #2445
crates/db_views/src/comment_view.rs
crates/db_views/src/post_view.rs
docker/docker-compose.yml
migrations/2023-02-15-212546_add_post_comment_saved_indexes/down.sql [new file with mode: 0644]
migrations/2023-02-15-212546_add_post_comment_saved_indexes/up.sql [new file with mode: 0644]