Docs: Replaced data archiving

This commit is contained in:
Paul Beckingham 2016-02-29 08:50:08 -05:00
parent 506fe5c97c
commit 5583593ed5

View file

@ -80,15 +80,11 @@ exlcusions prevent an excess time buildup of the 63 hours that compries the
weekend (Friday 5:30pm until Monday 8:30am). weekend (Friday 5:30pm until Monday 8:30am).
Archiving Data File Names
--------- ---------------
Automatically archiving this data, based on a configurable duration, is simply a The data file names will have the year and month embedded, which acts as a
process of breaking the file at an arbitrary line, and making sure the active heuristic for filtering, keeps the data files small and therefore quicker to
set of exclusions are inserted after the break, thus leaving each file in a manipulate, and eliminates the need for any sophisticated archiving.
readable state with no data loss.
--- ---
- If the data files have the year and month in the name ('2016-02.data') then
archiving is a non-issue.