-
- Downloads
GIN index uses to find posts by tag
-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
parent
317ba694
No related branches found
No related tags found
This commit is part of merge request !377. Comments created here will be created in the context of that merge request.
Showing
- hive/db/db_state.py 1 addition, 2 deletionshive/db/db_state.py
- hive/db/schema.py 9 additions, 18 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql 19 additions, 24 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/hive_post_operations.sql 26 additions, 0 deletionshive/db/sql_scripts/hive_post_operations.sql
- hive/db/sql_scripts/upgrade/upgrade_table_schema.sql 17 additions, 0 deletionshive/db/sql_scripts/upgrade/upgrade_table_schema.sql
- hive/indexer/blocks.py 0 additions, 4 deletionshive/indexer/blocks.py
- hive/indexer/posts.py 2 additions, 3 deletionshive/indexer/posts.py
- hive/indexer/tags.py 0 additions, 74 deletionshive/indexer/tags.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
Loading
Please register or sign in to comment