-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
code qualityCode readability or structure is improvedCode readability or structure is improved
Description
Current situation: Each time series exists in its own table (analogous to separate files for csv time series). This means that many tables with the same column scheme can exist.
This structure can be improved by merging all tables of the same type (e.g. time_series_p, time_series_pq etc.) and adding a column specifying the time series uuid. Together with #515, initialization of SQL sources could be sped up significantly, as the advantages of relational databases (indexing etc.) are put to use here.
Metadata
Metadata
Assignees
Labels
code qualityCode readability or structure is improvedCode readability or structure is improved