- Jun 24, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
CRITICAL FIX: escaping routine was invalid causing empty values in hive_post_data. Body for get_active_votes
-
Dariusz Kędzierski authored
-
- Jun 23, 2020
-
-
Dariusz Kędzierski authored
Removed track_tx: it was causing missing COMMIT for START TRANSACTION error. Improved keyboard interruption. Added missing APIs: with placeholders but it will be filled with proper methods. Other minor fixes.
-
Dariusz Kędzierski authored
Support for comment_options_operation, percent_steem_dollars renamed to percent_hbd, changed some defaults in schemas, removed percent_steem_dollars column from hive_posts
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
- Fixed handling of KeyboardInterrupt
-
Bartek Wrona authored
- Fixed generation of votes insertion query (missing limit so query exceeded SQL limit). Also simplified SQL code - comment_payout_op is done via grouped UPDATE query to improve sync performance - follow insert is done via grouped UPDATE query to improve sync performance - Implemented statistics gathering for each processed block to print number of processed operations - virtual ops are prepared in its dedicated thread to improve sync performance - Added printing of total execution time of sync, at each block-range report.
-
- Jun 22, 2020
-
-
Bartek Wrona authored
Merge branch 'dk-issue-3-concurrent-block-query' of gitlab.syncad.com:blocktrades/hivemind into dk-issue-3-concurrent-block-query
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Merge branch 'dk-issue-3-concurrent-block-query' of gitlab.syncad.com:blocktrades/hivemind into dk-issue-3-concurrent-block-query
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Merge branch 'dk-issue-3-concurrent-block-query' of gitlab.syncad.com:blocktrades/hivemind into dk-issue-3-concurrent-block-query
-
Bartek Wrona authored
Resolved Conflicts: hive/indexer/posts.py
-
Bartek Wrona authored
Simplified queries related to votes processing. Still is needed unification to have one insertion path using ON CONFLICT extension
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
WIP: Implemented concurrent fetching of blocks and vops to avoid blocking operation processing during API calls.
-
- Jun 21, 2020
-
-
Bartek Wrona authored
-
Bartek Wrona authored
- Added additional index to hive_posts (indexing single permlink_id field) to speedup insertion - Removed not needed multi column indices from hive_account table - Introduced function `process_hive_post_operation' covering new-post, post-edit, post-undelete scenarios in single query at SQL side - Introduced function `delete_hive_post' to simplify post deletion at client side and improve performance. - Improved reblog operation queries (eliminated separate queries for IDs to be next processed/updated) - Improved follow operation queries (eliminated separate queries for IDs to be next processed/updated). Prerequisites for value caching and flush at Python side, not finished yet
-
- Jun 19, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
More improvements: readability improved, added matarialized view from upgrade script, removed _get_parent_by_child_id
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
-
- Jun 18, 2020
-
-
Dariusz Kędzierski authored
-
- Jun 17, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Jun 14, 2020
-
-
Dariusz Kędzierski authored
[WIP] Native votes support: removed votes columns from migration script and schema, added conversion routine to convert old votes format (as text blob) to hive_votest table
-