From 5583593ed543c9ba89b26203d9d9acf510e24e3e Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 29 Feb 2016 08:50:08 -0500 Subject: [PATCH] Docs: Replaced data archiving --- doc/data.txt | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/doc/data.txt b/doc/data.txt index d128255b..02af87c5 100644 --- a/doc/data.txt +++ b/doc/data.txt @@ -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). -Archiving ---------- -Automatically archiving this data, based on a configurable duration, is simply a -process of breaking the file at an arbitrary line, and making sure the active -set of exclusions are inserted after the break, thus leaving each file in a -readable state with no data loss. +Data File Names +--------------- +The data file names will have the year and month embedded, which acts as a +heuristic for filtering, keeps the data files small and therefore quicker to +manipulate, and eliminates the need for any sophisticated archiving. --- -- If the data files have the year and month in the name ('2016-02.data') then - archiving is a non-issue. -