Array values #6
riklempens
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With SiriDB 2.x, the only possible values with a time point are Integer, Float and String. Thus, for storing GEO data as an example, multiple time series are required which doesn’t feel like a neat solution.
With SiriDB 3.x we will introduce the array value. A signature for an array time series might be for example something like
[int, float, float]
. This means that the values for all points must have the same array signature. Different time series might have different array signatures.Beta Was this translation helpful? Give feedback.
All reactions