Commits on Source (14)
-
Bartek Wrona authored
Prepared upgrade scripts to process changes done in develop but not in deployed20200928_pure branch.
-
Bartek Wrona authored
- reputation update is disabled during LIVE SYNC
-
Bartek Wrona authored
-
Bartek Wrona authored
Included commit of latest develop the upgrade procedure has been prepared for.
-
Bartek Wrona authored
-
Bartek Wrona authored
Defined separate update_all_hive_posts_children_count to significantly improve performance of massive calculation Disabled seq scan during execution of update_posts_rshares call to improve performance db_upgrade measures time of every executed statement Runtime migration is performed in separated transaction instead of single one.
-
Bartek Wrona authored
Bw db upgrade support2 See merge request !338
-
Wojciech Barcik authored
-
Wojciech Barcik authored
-
Bartek Wrona authored
-
Dan Notestein authored
Added missed constrain rename. See merge request !341
-
Bartek Wrona authored
Improved __post_children table management in the update_all_hive_posts_children_count, to avoid an error during subsequent call.
-
Bartek Wrona authored
hive sync fixes See merge request !342
-
Bartek Wrona authored
Switch back to old gitlab ci executor See merge request !340
Showing
- .gitlab-ci-docker.yaml 423 additions, 0 deletions.gitlab-ci-docker.yaml
- .gitlab-ci-old.yaml 0 additions, 276 deletions.gitlab-ci-old.yaml
- .gitlab-ci.yaml 173 additions, 321 deletions.gitlab-ci.yaml
- hive/db/db_state.py 20 additions, 8 deletionshive/db/db_state.py
- hive/db/schema.py 21 additions, 0 deletionshive/db/schema.py
- hive/db/sql_scripts/db_upgrade.sh 67 additions, 0 deletionshive/db/sql_scripts/db_upgrade.sh
- hive/db/sql_scripts/hive_accounts_view.sql 1 addition, 1 deletionhive/db/sql_scripts/hive_accounts_view.sql
- hive/db/sql_scripts/notifications_view.sql 5 additions, 2 deletionshive/db/sql_scripts/notifications_view.sql
- hive/db/sql_scripts/update_hive_posts_children_count.sql 49 additions, 0 deletionshive/db/sql_scripts/update_hive_posts_children_count.sql
- hive/db/sql_scripts/update_posts_rshares.sql 2 additions, 0 deletionshive/db/sql_scripts/update_posts_rshares.sql
- hive/db/sql_scripts/upgrade/upgrade_runtime_migration.sql 155 additions, 0 deletionshive/db/sql_scripts/upgrade/upgrade_runtime_migration.sql
- hive/db/sql_scripts/upgrade/upgrade_table_schema.sql 288 additions, 0 deletionshive/db/sql_scripts/upgrade/upgrade_table_schema.sql
- hive/indexer/blocks.py 2 additions, 2 deletionshive/indexer/blocks.py
- hive/indexer/follow.py 12 additions, 12 deletionshive/indexer/follow.py
- scripts/ci/hive-server.sh 35 additions, 4 deletionsscripts/ci/hive-server.sh
.gitlab-ci-docker.yaml
0 → 100644
.gitlab-ci-old.yaml
deleted
100644 → 0
hive/db/sql_scripts/db_upgrade.sh
0 → 100755