Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created January 5, 2012 20:32
Show Gist options
  • Save paganotoni/1567144 to your computer and use it in GitHub Desktop.
Save paganotoni/1567144 to your computer and use it in GitHub Desktop.
How to delete historical trash on mongo
ids = HistoricalQuery.alive_queries_ids
HistoricalElement.not_in( query_id: ids ).delete_all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment