Created
October 1, 2013 18:38
-
-
Save alexanderdean/6783011 to your computer and use it in GitHub Desktop.
Commenting out the Postgres VACUUM for Snowplow's StorageLoader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# status = execute_queries(target, [ "VACUUM FULL ANALYZE #{target[:table]};" ] ) | |
# unless status == [] | |
# raise DatabaseLoadError, "#{status[1]} error executing #{status[0]}: #{status[2]}" | |
# end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment