Draft: Refactor get_ranked_posts.sql to add a CTE to ensure posts get filtered by...
3 unresolved threads
3 unresolved threads
Compare changes
Files
32@@ -30,7 +30,7 @@ BEGIN
@@ -93,6 +93,7 @@ BEGIN
Refactor get_ranked_posts.sql to add a CTE to ensure posts get filtered by community_id first (fix big slowdown).