man-group / arctic

High performance datastore for time series and tick data
https://arctic.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
3.06k stars 584 forks source link

Reading data from Tickstore db limit #524

Closed akshay55 closed 6 years ago

akshay55 commented 6 years ago

Arctic Version

1.62

Arctic Store

TickStore

Platform and version

Windows

Description of problem and/or code sample that reproduces the issue

When i read a symbol data from Tickstore database it does not show the complete data even though my date_range=None , so i should get entire series. library.read("symbol")

Also i checked using max_date the last index of the symbol, i could see the last index entry is greater than what i see while reading the symbol. Is there a limit to number of ticks which read fetches ?

jeffneuen commented 6 years ago

Could you please post your sample code? I had a similar issue, but setting a date range resolved it for me.

jamesblackburn commented 6 years ago

You need to pass a date_range in that isn't None. By default it will only read a month of data if you don't specify what you want in TickStore - as the data can be very large indeed...