Skip to content

DataStore: Add method to get names of all stored timeseries

Tjerk Vreeken requested to merge datastore-get-all-names into master

Sometimes we want to loop over all stored timeseries, or we want to quickly check if a timeseries exists. The former was not possible at all without referring to private variables. The latter was already possible with a try-except block, which is orders of magnitudes slower.

Merge request reports