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
# VersionStore, TickStore, or ChunkStore
```ChunkStore
#### Platform and version
Put here
#### Description of problem and/or code sample that reproduces the issue
Hi
We are using Arctic library data to process trades/quotes historical data. For these data we have 1000's of symbols and we are expecting to load last 15 years of history. So far we have loaded 1 year of history and everything is working as expected.
We are using Arctic Chunkstore with Date Chunker to store these data.
We would like to know is it ok to store all data in one collection (arctic library)? or should we split collections by based on date range of data ? (e.g 2017 to 2020 data in collection1? 2013 to 2016 data in collection2).
Thanks for your time
Dhru
The text was updated successfully, but these errors were encountered:
I will let @bmoscon reply on the Chunkstore stuff, but it should be fine to store multi-year history in one collection if it's sharded properly (if you do have shards) and the indexes in Mongo look okay which most of the stores create for you.
Arctic Version
Arctic Store
The text was updated successfully, but these errors were encountered: