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

feat(mito): enable inverted index #3158

Merged
merged 11 commits into from Jan 15, 2024

Commits on Jan 12, 2024

  1. feat(mito): enable inverted index

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 12, 2024
    Copy the full SHA
    369a404 View commit details
    Browse the repository at this point in the history
  2. fix typos

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 12, 2024
    Copy the full SHA
    067b946 View commit details
    Browse the repository at this point in the history
  3. fix typos

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 12, 2024
    Copy the full SHA
    1543c08 View commit details
    Browse the repository at this point in the history
  4. accidentally resolved the incorrect filtering issue within the Metric…

    … Engine
    
    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 12, 2024
    Copy the full SHA
    0cef38e View commit details
    Browse the repository at this point in the history
  5. fix test

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 12, 2024
    Copy the full SHA
    2d59a4b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Copy the full SHA
    a96ba10 View commit details
    Browse the repository at this point in the history
  2. Update src/mito2/src/test_util/scheduler_util.rs

    Co-authored-by: Yingwen <realevenyag@gmail.com>
    zhongzc and evenyag committed Jan 15, 2024
    Copy the full SHA
    da6e0de View commit details
    Browse the repository at this point in the history
  3. fix: format -> join_dir

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 15, 2024
    Copy the full SHA
    6403d01 View commit details
    Browse the repository at this point in the history
  4. refactor: move intermediate_manager from arg of write_and_upload_sst …

    …to field of WriteCache
    
    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 15, 2024
    Copy the full SHA
    e5555f4 View commit details
    Browse the repository at this point in the history
  5. refactor: add IndexerBuidler

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 15, 2024
    Copy the full SHA
    2943918 View commit details
    Browse the repository at this point in the history
  6. fix clippy

    Signed-off-by: Zhenchi <zhongzc_arch@outlook.com>
    zhongzc committed Jan 15, 2024
    Copy the full SHA
    448150d View commit details
    Browse the repository at this point in the history