Skip to content
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

Update big5 runs to use ordered data snapshots #5041

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

rishabh6788
Copy link
Collaborator

Description

The big5 workload by default uses 8 ingestion clients to ingest the data.
During our analysis we understood that the order of data based on timestamp is not maintained during ingestion process and this causes skew in query latencies that use time filters.

We have re-created the snapshots for big5 after ingesting using 1-client to maintain the timestamp order of the documents.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.46%. Comparing base (5372fbb) to head (424d6bc).
Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5041   +/-   ##
=======================================
  Coverage   92.46%   92.46%           
=======================================
  Files         197      197           
  Lines        6727     6727           
=======================================
  Hits         6220     6220           
  Misses        507      507           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Rishabh Singh <sngri@amazon.com>
@rishabh6788 rishabh6788 merged commit 7596af6 into opensearch-project:main Sep 19, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants