Skip to content
Snippets Groups Projects

Quick test: Increase synchronization stage limit and add VACUUM command for account reputations

Closed Dan Notestein requested to merge massive-vacuum into develop
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -117,8 +117,8 @@ BEGIN
END IF;
CALL reptracker_massive_processing(_block_range.first_block, _block_range.last_block, _logs);
PERFORM hive.request_table_vacuum('account_reputations');
PERFORM hive.wait_for_table_vacuum('account_reputations');
PERFORM hive.app_request_table_vacuum('reptreacker_app.account_reputations'); --eventually fixup hard-coded schema name
PERFORM hive.app_wait_for_table_vacuum('reptreacker_app.account_reputations');
RETURN;
END IF;
Loading