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
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -117,7 +117,8 @@ BEGIN
END IF;
CALL reptracker_massive_processing(_block_range.first_block, _block_range.last_block, _logs);
VACUUM FULL ANALYZE account_reputations;
PERFORM hive.request_table_vacuum('account_reputations');
PERFORM hive.wait_for_table_vacuum('account_reputations');
RETURN;
END IF;
Loading