You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-06-24-185942_aggegates.../up.sql

6 lines
243 B
SQL

-- Add indexes on published column (needed for hot_rank updates)
CREATE INDEX idx_community_aggregates_published ON community_aggregates (published DESC);
CREATE INDEX idx_comment_aggregates_published ON comment_aggregates (published DESC);