Skip to content
Snippets Groups Projects
Commit 49faed3c authored by Marcin's avatar Marcin Committed by Dan Notestein
Browse files

update submodule

parent 9da958f5
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,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;
......
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