Commits on Source (12)
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Remove FKs before initial sync and recreate after initial sync See merge request !124
-
Bartek Wrona authored
Follow data shall be flushed also from Blocks.process level which is used at regular block listening path.
-
Andrzej Lisak authored
changed behaviour of some condenser_api calls: when start_author or start_permlink is present, they need to point to correct post or error is generated fixed crash when start_author or start_permlink is passed to some condenser_api calls
-
Bartek Wrona authored
Follow data shall be flushed also from Blocks.process level which is used at... See merge request !125
-
Bartek Wrona authored
update in CI - tags_api has negative group, while old .yaml is no longer present See merge request !126
-
Bartek Wrona authored
Enabled concurrent flush of Follow objects.
-
Bartek Wrona authored
Prerequisuites to Reputation api support See merge request !121
-
Bartek Wrona authored
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to UNLOGGED mode) are effective only if number of blocks to be synced is greather than specified limit. Added runtime configuration of `work_mem` parameter during `after_initial_sync` hooks execution.
-
Bartek Wrona authored
During sync, massive-sync conditions (dropped indexes, FKs, tables switched to... See merge request !128
Showing
- .gitlab-ci.yaml 6 additions, 6 deletions.gitlab-ci.yaml
- hive/db/adapter.py 3 additions, 0 deletionshive/db/adapter.py
- hive/db/db_state.py 45 additions, 31 deletionshive/db/db_state.py
- hive/db/schema.py 125 additions, 9 deletionshive/db/schema.py
- hive/indexer/blocks.py 73 additions, 14 deletionshive/indexer/blocks.py
- hive/indexer/db_adapter_holder.py 25 additions, 0 deletionshive/indexer/db_adapter_holder.py
- hive/indexer/follow.py 11 additions, 11 deletionshive/indexer/follow.py
- hive/indexer/post_data_cache.py 17 additions, 5 deletionshive/indexer/post_data_cache.py
- hive/indexer/posts.py 8 additions, 2 deletionshive/indexer/posts.py
- hive/indexer/reblog.py 7 additions, 9 deletionshive/indexer/reblog.py
- hive/indexer/reputations.py 48 additions, 0 deletionshive/indexer/reputations.py
- hive/indexer/sync.py 14 additions, 6 deletionshive/indexer/sync.py
- hive/indexer/tags.py 9 additions, 8 deletionshive/indexer/tags.py
- hive/indexer/votes.py 10 additions, 4 deletionshive/indexer/votes.py
- hive/server/condenser_api/cursor.py 3 additions, 3 deletionshive/server/condenser_api/cursor.py
- tests/tests_api 1 addition, 1 deletiontests/tests_api
hive/indexer/db_adapter_holder.py
0 → 100644
hive/indexer/reputations.py
0 → 100644