GIN index uses to find posts by tag
1 unresolved thread
1 unresolved thread
Compare changes
Files
9- Marcin authored
-remove hive_post_tags table -extend hive_posts for a column with an arrays of tags id -tags are added next after a post, not in paralles as it was previously -fix bug with not removing tags for a post whose author removed tags during edition
@@ -213,6 +213,15 @@ IF NOT EXISTS (SELECT data_type FROM information_schema.columns
@@ -383,3 +392,6 @@ DROP INDEX IF EXISTS hive_posts_promoted_idx;