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
DataBlock could be idenfined by DataBlockURL (and version ?)
Dimension is a type of limitation which could be used for partitioning (may be refrase?)
Invariant is a type of filtration before final results
DataBlockURL contains information
jdbc string in case of jdbc
file path in case of file system
query to perform on DataSource
???
DataBlock could be reused if there is one more query for data with overlapping datetime intervals e.g. in case of success search by DatablockURL
If no DataBlock found in local cache then it should be built and put in the cache after successful build
In case of concurrent demands to the same DataBlock which is not currently available in local cache the only one request (thread, process, whatever) should build the Datablock while others should wait
Set of rules to convert various types between DataSource's presentations, rules to convert various types of logical relational expressions to corresponding relational expresseions of datasource's convention.
Query might finished with success only if they ask for data in the past
If there is a query for datetime range in future then it should be failed or scheduled for the time when it comes
possible improvements:
The text was updated successfully, but these errors were encountered:
If there is a query for datetime range in future then it should be failed or scheduled for the time when it comes
possible improvements:
The text was updated successfully, but these errors were encountered: