You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thanks
The text was updated successfully, but these errors were encountered:
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:
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
It seems possible in ChunkStore using update but we need to precise chunk_range otherwise, data are overwritten
It is possible in ChunkStore to read by passing a list of symbols
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.
Thanks
The text was updated successfully, but these errors were encountered: