mik-laj commented on pull request #9338:
URL: https://github.com/apache/airflow/pull/9338#issuecomment-645624171


   > Is it something worth considering?
   
   I think that in the first version of the API we can choose the simplest 
solution - offset and limit. I analyzed different solutions, but each has its 
own strengths and weaknesses. 
   
   > If you are interested in supporting fetching large number of results, may 
be we can get inspiration from 
https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-scroll.html,
 I could research it.
   
   It requires that you store copies of the data in a temporary table. A 
similar idea was used in Kubernetes: 
https://github.com/kubernetes/community/pull/896/files
   I'm afraid it's too complicated in our case.
   


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


Reply via email to