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
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -9,7 +9,7 @@ DECLARE
BEGIN
SHOW SEARCH_PATH INTO __schema_name;
synchronization_stages := ARRAY[( 'MASSIVE_PROCESSING', 101, 10000 ), hive.live_stage()]::hive.application_stages;
synchronization_stages := ARRAY[( 'MASSIVE_PROCESSING', 101, 100000 ), hive.live_stage()]::hive.application_stages;
v_is_forking := current_setting('custom.is_forking')::BOOLEAN;
Loading