Skip to content

More efficient timeseries sql source structure #515

Closed
@sebastian-peter

Description

@sebastian-peter

The current implementation relies on retrieving timeseries meta information from the timeseries table name. This means that for each timeseries uuid, the according table name is queried in SqlTimeSeriesMappingSource#getTimeSeriesMetaInformation. This is also not easily improved upon by using joins on table meta information.

Solution: Adding TimeSeriesTypeSource, which maps time series uuid to column scheme. From there, in a second step, tables structures can be adapted in #545.

Metadata

Metadata

Labels

code qualityCode readability or structure is improved

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions