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
Refactor the prepareMeasureSearch method to support pagination using the search_after parameter.
This intend to bypass Elastic Search 10K row limitations by using multiple requests
Tasks:
Ensure proper sorting by measuredAt and _id.
Return sorting criteria along with the search query.
Update sendExport method to use search_after for pagination.
Juiced66
changed the title
[CSV Export] Update prepareMeasureSearch to Support search_after
[CSV Exporter] Update prepareMeasureSearch to Support search_after
Jul 5, 2024
Description
Refactor the prepareMeasureSearch method to support pagination using the search_after parameter.
This intend to bypass Elastic Search 10K row limitations by using multiple requests
Tasks:
Example Code:
Pros:
Cons:
Possible choices to made :
The text was updated successfully, but these errors were encountered: