]> Untitled Git - lemmy.git/blob - migrations/2022-02-01-154240_add_community_title_index/up.sql
Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts...
[lemmy.git] / migrations / 2022-02-01-154240_add_community_title_index / up.sql
1 create index idx_community_title on community(title);