karlovnv commented on issue #7871:
URL: https://github.com/apache/datafusion/issues/7871#issuecomment-2103134768

   > Is the idea that the table providers have some faster way to sort than 
what is built into DataFusion?
   
   As I understand @backkem wanted to load data from an external datasource and 
delegate some sorting operations to it. 
   An executing query like `ORDER BY col LIMIT 10` will result in load all the 
data from an external DB into DataFusion.
   And it could be avoided by providing an information about sorting


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

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to