- Mar 30, 2024
-
-
-
Upgrade code should be executed conditionally to avoid errors when upgrade is not applicable to given version and should be skipped.
-
-
One of hive_follows indexes extended by `id` column to eliminate HEAP sort while calling condenser_get_followers
-
- Mar 29, 2024
-
-
Konrad Botor authored
-
- Mar 27, 2024
-
-
Bartek Wrona authored
-
- Mar 26, 2024
-
- Mar 24, 2024
-
-
Bartek Wrona authored
Fixed upgrade_table_schema/upgrade_runtime_migration bugs related to hive_post_tags table data migration.
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Removed creation of hive_posts (tags_ids) GIN indexes from upgrade code, due to new tags implementation
-
Bartek Wrona authored
Removed obsolete creation of hivemind_app.hive_db_patch_level table from upgrade script (this table is created by regular hivemind schema)
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Prerequisites to support database upgrade spawned directly by Hivemind python implementation (what allows to safely reference upgrade .sql scripts)
-
- Mar 22, 2024
-
-
also added trick to force execute deleted_post_tags CTE because previously postgres optimize it and delete was not executed what leads to duplicate pair (tag_id, post_id) in hive_post_tags table
-
-
-
make faster api bridge_get_ranked_post for tag
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Added insert condition to prevent hive_db_patch_level pollution with records having specified same git revision
-
- Mar 20, 2024
-
-
Marcin authored
After breaking massive sync, when hivemind was restarted it started to sync from block 1, because current_block_num was not updated
-
- Mar 15, 2024
-
-
Konrad Botor authored
- Mar 14, 2024
-
-
Bartek Wrona authored
-
- Mar 07, 2024
-
-
Konrad Botor authored
-
- Feb 28, 2024
-
-
Konrad Botor authored
-
- Feb 27, 2024
-
-
Bartek Wrona authored
-
- Feb 25, 2024
-
-
Bartek Wrona authored
-
Bartek Wrona authored
tags_ids index replaced by 2 partial ones specific to live_posts and live post-or-comments conditions
-
- Feb 24, 2024
-
-
Updated build_data.sh to properly remove invalid HAF replay and to wait if another replay is in progress
-
Bartek Wrona authored
-
- Feb 23, 2024
-
-
- Feb 22, 2024
-
-
Konrad Botor authored
- Feb 15, 2024
-
-
Bartek Wrona authored
-
Bartek Wrona authored
Cleanup inside db_upgrade.sh script, which right now is dedicated only optional (performed manually) hivemind table schema upgrades
-
Bartek Wrona authored
SQL scripts containing definitions of runtime code (functions/views etc) must be ready for reinstallation each time install_app is spawned
-