You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment PresentationManager on the frontend, in case of a large result set, requests data in batches in a serial manner, combines everything and only then returns the result. We should provide APIs that:
request batched results in parallel,
stream the results as we receive them from the backend.
See HiliteSetProvider.getHiliteSetIterator for an example.
The text was updated successfully, but these errors were encountered:
At the moment
PresentationManager
on the frontend, in case of a large result set, requests data in batches in a serial manner, combines everything and only then returns the result. We should provide APIs that:See
HiliteSetProvider.getHiliteSetIterator
for an example.The text was updated successfully, but these errors were encountered: