Skip to content
Snippets Groups Projects

GIN index uses to find posts by tag

Merged Marcin requested to merge mi_gin_posts_tags into develop
1 unresolved thread
Compare and Show latest version
3 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -407,3 +407,5 @@ CREATE INDEX IF NOT EXISTS hive_posts_promoted_id_idx ON hive_posts (promoted, i
CREATE INDEX IF NOT EXISTS hive_posts_tags_ids_idx ON hive_posts USING gin(tags_ids gin__int_ops);
DROP TABLE IF EXISTS hive_post_tags;
Loading