Skip to content
Snippets Groups Projects
  1. Jun 23, 2020
    • Bartek Wrona's avatar
      - Fixed generation of votes insertion query (missing limit so query exceeded... · 047a1c50
      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.
      047a1c50
  2. Jun 22, 2020
  3. Jun 21, 2020
    • Bartek Wrona's avatar
      Resolved merge conflicts. · e208f9d1
      Bartek Wrona authored
      e208f9d1
    • Bartek Wrona's avatar
      - Defined PK constraints for tables where they were missed · 00b2db99
      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
      00b2db99
  4. Jun 19, 2020
  5. Jun 18, 2020
  6. Jun 17, 2020
  7. Jun 14, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
Loading