eclipse-volttron / volttron-lib-base-historian

Other
0 stars 4 forks source link

Ability to manage multiple temporally sequential databases from a single historian #14

Open davidraker opened 11 months ago

davidraker commented 11 months ago

It is not uncommon for databases to become fragmented, over time, for instance due to filling space on a particular server, or choosing to use a different database engine for new data. This creates problems, later on, when querying data, since portions of the data corresponding to different time ranges are now stored in separate databases.

The historian should be able to manage a set of sequential data stores and return queries transparently which cross the date boundary separating these. An example:

Alternatives: