-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At the moment all operational tables are archived using a single timestamp for the lower boundary, which either loses us data, if they're uneven, or forces us to load duplicates to make sure we don't lose anything. This is because some databases don't support atomic modifications of multiple tables at once. Work that around, by assigning separate time ranges to separate tables, when dumping.
- Loading branch information
Showing
11 changed files
with
562 additions
and
321 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.