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
I am looking to process very large timeseries tables by using the ITableSource. They all have a timestamp column that can be used for filtering. However this wont work very well now since all the data must be scanned regardless.
If we could prune the tablechunks by time assuming there is a "where" statement in the query then we would only need to process there relevant table chunks.
The text was updated successfully, but these errors were encountered:
I am looking to process very large timeseries tables by using the ITableSource. They all have a timestamp column that can be used for filtering. However this wont work very well now since all the data must be scanned regardless.
If we could prune the tablechunks by time assuming there is a "where" statement in the query then we would only need to process there relevant table chunks.
The text was updated successfully, but these errors were encountered: