Hi,
I am using ObjectDB for storing TimeSeries (large ones) - when I get new points to add to the TimeSerie entity - I currently have to retrieve the whole timerserie since beginning of time, then add the new points, and then commit the whole timeserie again.
I looked at Update queries - but they seem to be handling simple tasks - like multiply one field of the entity by a constant.
More generally:
1- is ObjectDB suitable for large time series?
2/ If so - any example would be helpful - on how to organise the data.
Thanks
EKK