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?
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?