Skip to content
Snippets Groups Projects
Commit 7ddac334 authored by Dan Notestein's avatar Dan Notestein
Browse files

use new haf api calls for requesting table vacuum

parent 336dd1b0
No related branches found
No related tags found
1 merge request!59Quick test: Increase synchronization stage limit and add VACUUM command for account reputations
Pipeline #110865 failed
This commit is part of merge request !59. Comments created here will be created in the context of that merge request.
...@@ -117,7 +117,8 @@ BEGIN ...@@ -117,7 +117,8 @@ BEGIN
END IF; END IF;
CALL reptracker_massive_processing(_block_range.first_block, _block_range.last_block, _logs); 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; RETURN;
END IF; END IF;
......
Subproject commit b10412889a6fa1a1321e2ad74954ec27931c97af Subproject commit 9b162ec0d0ed7882730915414bd64a4f2c7c4525
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment