Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

historical data cannot be retrieved through gRPC queries. #14782

Open
AkinoMush1 opened this issue Nov 6, 2024 · 0 comments
Open

historical data cannot be retrieved through gRPC queries. #14782

AkinoMush1 opened this issue Nov 6, 2024 · 0 comments

Comments

@AkinoMush1
Copy link

After examining the source code, it turns out that when using a non-FilesystemObjectStoreType, minDuration is applied as maxLookBack, which limits gRPC to querying only recent data. However, this restriction does not apply to HTTP requests.

Could you explain the reasoning behind this design, or suggest any methods to allow gRPC to query data from the past six months?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants