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

add schema to table name

parent 7ddac334
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 #110968 failed
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.app_request_table_vacuum('reptreacker_app.account_reputations'); --eventually fixup hard-coded schema name
PERFORM hive.app_wait_for_table_vacuum('reptreacker_app.account_reputations');
RETURN;
END IF;
......
Subproject commit 9b162ec0d0ed7882730915414bd64a4f2c7c4525
Subproject commit 08a96de03b56e21733db447b95ac265d61c57130
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