parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Improve query execution

Open trueleo opened this issue 3 years ago • 0 comments

When query occurs and end time of query is greater than ( current time - upload interval ) then there is need to execute query on local data as well ( data that is yet to be synced ). This is handled by execute_on_cache but the datafusion context used is not aware about localsync process. There might be chances that file is moved after listing happened and it is ignored for the query.

Todo

  • [ ] Custom table provider which maps local data without any issues caused by sync cycle.

trueleo avatar Sep 02 '22 16:09 trueleo