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

Apply fast date histogram optimization at the segment level #12073

Merged
merged 19 commits into from
Feb 7, 2024

Commits on Jan 24, 2024

  1. Refactoring

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    85bad70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e5a07b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. segment level match all case

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    486b8b8 View commit details
    Browse the repository at this point in the history
  2. remove segment level match check at shard level

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    93c70de View commit details
    Browse the repository at this point in the history
  3. small refactor

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e963981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb090bb View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge branch 'main' into 11654-segment-matchall

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    db74961 View commit details
    Browse the repository at this point in the history
  2. add tests to cover hard bounds logic

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3738a49 View commit details
    Browse the repository at this point in the history
  3. add tests for doc count field

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d933f61 View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3f2f1ef View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. clean up

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3da288f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. check if field is indexed directly

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b6ec756 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Only build filter once at segment level

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8573fe5 View commit details
    Browse the repository at this point in the history
  2. auto date histo get rounding method should be idempotent

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    710688a View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    1ddcc00 View commit details
    Browse the repository at this point in the history
  2. handle segment level bounds separately

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7aeee3d View commit details
    Browse the repository at this point in the history
  3. small refactor

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5f8255b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge branch 'main' into 11654-segment-matchall

    Signed-off-by: bowenlan-amzn <[email protected]>
    bowenlan-amzn committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0a78297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1dbcea View commit details
    Browse the repository at this point in the history