Skip to content
Snippets Groups Projects

Draft: Refactor get_ranked_posts.sql to add a CTE to ensure posts get filtered by...

Closed Dan Notestein requested to merge speedup-ranked-posts into develop
3 unresolved threads
2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -407,7 +407,11 @@ BEGIN
END
)
) FROM (
<<<<<<< HEAD
WITH author_posts_comments AS -- get_account_posts_by_replies
=======
WITH author_posts_comments AS
>>>>>>> 25fbbf1f12de3db547a5830b993d7cb42135e1d4
(
SELECT id, author_id
FROM hivemind_app.hive_posts
Loading