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

use new haf api calls for requesting table vacuum

parent 3be0f53b
No related branches found
No related tags found
No related merge requests found
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
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;
......
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