-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load data using snapshot repository during benchmark runs #4102
Comments
@rishabh6788 , could you add more details like acceptance criteria to the issue. |
Following are the task break-downs and their status:
|
This was referenced Oct 25, 2023
All the required milestones have been completed and nightly benchmarks are now running using snapshots. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now for each and every benchmark run the data is downloaded locally and then indexed into the cluster before the search queries are run, this process takes the most time in the overall benchmark process.
Explore ways to be able to restore the data into the indices from a snapshot repository to speed up the process.
This will also provide more consistent results with search queries.
Pre-requisites:
opensearch-cluster-cdk
to installrepository-s3
plugin and add S3 snapshot bucket IAM permission.--include-tasks
,--exclude-tasks
and--test-procedure
.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: