Skip to content

Instantly share code, notes, and snippets.

@alexanderdean
Created October 1, 2013 18:38
Show Gist options
  • Save alexanderdean/6783011 to your computer and use it in GitHub Desktop.
Save alexanderdean/6783011 to your computer and use it in GitHub Desktop.
Commenting out the Postgres VACUUM for Snowplow's StorageLoader
# 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