fx19880617 commented on issue #6317:
URL: 
https://github.com/apache/incubator-pinot/issues/6317#issuecomment-742293541


   Pinot doesn't support serving queries directly from the deep store. In order 
to answer queries, all the data has to be local to disk.
   We are adding lazy data-loading support in 
https://github.com/apache/incubator-pinot/pull/6250
   I feel this could be the next step once the above PR is merged. So we can 
separate the data part and only download partial to local disk for serving 
normal queries and pull the other parts on deep store for on demand queries.
   
   @siddharthteotia what do you think?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to