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
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 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.request_table_vacuum('reptracker_app.account_reputations'); --eventually need to read and use the schema
PERFORM hive.wait_for_table_vacuum('reptracker_app.account_reputations');
RETURN;
END IF;
Loading