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

Adding back [Time series based workload desc order optimization through reverse segment read (#7244)] with fixes #7967

Merged
merged 5 commits into from
Jun 12, 2023

Commits on Jun 8, 2023

  1. Revert "Revert "Time series based workload desc order optimization th…

    …rough reverse segment read (opensearch-project#7244)" (opensearch-project#7892)"
    
    This reverts commit bb26536.
    
    Signed-off-by: gashutos <gashutos@amazon.com>
    gashutos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    59285c0 View commit details
    Browse the repository at this point in the history
  2. Enable time series optimization only if it is not IndexSorted index, …

    …also ASC order reverse should only consider in @timestamp field
    
    Signed-off-by: gashutos <gashutos@amazon.com>
    gashutos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d01c3c1 View commit details
    Browse the repository at this point in the history
  3. Modifying CHANGELOG

    Signed-off-by: gashutos <gashutos@amazon.com>
    gashutos committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8d8f924 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Adding integ test for scroll API where sort by _doc is getting early …

    …termination
    
    Signed-off-by: gashutos <gashutos@amazon.com>
    gashutos committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    106f43a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52cd6bd View commit details
    Browse the repository at this point in the history