Commits on Source (10)
-
Marcin authored
get_ranked_post is completly reworked: instead of assemby query in python sql methods are invoked
-
Bartek Wrona authored
Definition of update_hive_posts_children_count function changed to 'plpgsql' because of performance reasons.
-
Bartek Wrona authored
rework bridge.get_ranked_posts See merge request !183
-
Bartek Wrona authored
Definition of update_hive_posts_children_count function changed to 'plpgsql'... See merge request !186
-
Bartek Wrona authored
Index creation is forced only in case of massive sync. When sync is resumed for number of blocks less than LIMIT it shall be skipped and only really missing indexes shall be built.
-
Bartek Wrona authored
-
Bartek Wrona authored
Index creation is forced only in case of massive sync. When sync is resumed... See merge request !188
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Added check preventing creation of already existing index. See merge request !190
Showing
- hive/db/db_state.py 27 additions, 7 deletionshive/db/db_state.py
- hive/db/schema.py 34 additions, 186 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql 481 additions, 0 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_all.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql 540 additions, 0 deletions...db/sql_scripts/bridge_get_ranked_post_for_communities.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql 496 additions, 0 deletions...ripts/bridge_get_ranked_post_for_observer_communities.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql 500 additions, 0 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/bridge_get_ranked_post_type.sql 39 additions, 0 deletionshive/db/sql_scripts/bridge_get_ranked_post_type.sql
- hive/db/sql_scripts/find_tag_id.sql 20 additions, 0 deletionshive/db/sql_scripts/find_tag_id.sql
- hive/server/bridge_api/methods.py 166 additions, 112 deletionshive/server/bridge_api/methods.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
hive/db/sql_scripts/find_tag_id.sql
0 → 100644