How do you add a new column, for instance, a high or low, without making a new symbol but updating that one?
_It seems possible in ChunkStore using update but we need to precise chunk_range and the new data frame to be written has to contain old columns + the new one. It is not possible to only append one new column without deleting the rest of the data_
How do you update each column individually on the 2016-03-04 (say I do not get each data point at the same time)?
_It seems possible in ChunkStore using update but we need to precise chunk_range otherwise, data are overwritten_
How do you read multiple symbol volumes and get them in one data frame?
It is possible in ChunkStore to read by passing a list of symbols
How do you update/append in TickStore? And I guess in VersionStore you write a new version for each update?
My understanding is TickStore only write as ticks are only read one time
Maybe my understanding is not correct and the database is not designed for these cases which is perfectly fine. Otherwise, I can not find this information in the doc.
Arctic Version
Arctic Store
Platform and version
Linux
Description of problem and/or code sample that reproduces the issue
Although the library seems very powerful it lacks simple production use cases. If I take the example in ChunkStore:
Maybe my understanding is not correct and the database is not designed for these cases which is perfectly fine. Otherwise, I can not find this information in the doc.
Thanks