dpgaspar commented on issue #11680:
URL: 
https://github.com/apache/incubator-superset/issues/11680#issuecomment-748265371


   We will probably go with `page_size=2000`, and address this properly next. A 
possible solution is to create a small feature on the generic related endpoint 
to support something like:
   ```
   {"filter": "<text to filter>", "ids": [1,2,4,n], page:X, page_size:Y}
   ```
   Where the endpoint would get filtered paginated data and make sure the 
requested ids were included on the response also. At a probable cost of a 
further query but still more efficient then sending back a very large payload
   


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