Commits on Source (4)
-
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
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
GIN index uses to find posts by tag See merge request !377
Showing
- README.md 2 additions, 0 deletionsREADME.md
- 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 20 additions, 24 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/hive_post_operations.sql 39 additions, 4 deletionshive/db/sql_scripts/hive_post_operations.sql
- hive/db/sql_scripts/upgrade/upgrade_table_schema.sql 19 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 16 additions, 25 deletionshive/indexer/posts.py
- hive/indexer/tags.py 0 additions, 74 deletionshive/indexer/tags.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
hive/indexer/tags.py
deleted
100644 → 0