-
- Downloads
- Fixed generation of votes insertion query (missing limit so query exceeded...
- 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.
parent
98b4c764
No related branches found
No related tags found
Showing
- hive/db/adapter.py 6 additions, 5 deletionshive/db/adapter.py
- hive/indexer/blocks.py 89 additions, 34 deletionshive/indexer/blocks.py
- hive/indexer/custom_op.py 13 additions, 0 deletionshive/indexer/custom_op.py
- hive/indexer/follow.py 26 additions, 16 deletionshive/indexer/follow.py
- hive/indexer/posts.py 78 additions, 33 deletionshive/indexer/posts.py
- hive/indexer/sync.py 56 additions, 11 deletionshive/indexer/sync.py
- hive/indexer/votes.py 44 additions, 24 deletionshive/indexer/votes.py
Loading
Please register or sign in to comment