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
Support for pagination in v2 engine of SELECT * FROM <table> queries (opensearch-project#1666)
v2 SQL engine can now paginate simple queries. Pagination is initiated by setting fetch_size property in the request JSON.
Pagination is implemented using the OpenSearch Scroll API. Please see pagination-v2.md for implementation details.
---------
Signed-off-by: MaxKsyunz <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Max Ksyunz <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
Co-authored-by: GabeFernandez310 <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Mitchell Gale <[email protected]>
0 commit comments