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(inverted_index.search): add fst values mapper #1

Closed

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    29d344c View commit details
    Browse the repository at this point in the history
  2. ci: set 'omitBody' true when releasing (GreptimeTeam#2845)

    ci: set 'omitBody'
    zyy17 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c0df2b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    9ce9421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e68ecc View commit details
    Browse the repository at this point in the history
  3. feat(inverted_index.search): add fst values mapper

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    738ebe2 View commit details
    Browse the repository at this point in the history
  4. chore: remove meta check

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    cfbdf6b View commit details
    Browse the repository at this point in the history
  5. fix: fmt & clippy

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1cc4b2c View commit details
    Browse the repository at this point in the history
  6. refactor: one expect for test

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5bc2f9e View commit details
    Browse the repository at this point in the history
  7. feat: add update metadata step for rollbacking downgraded region (Gre…

    …ptimeTeam#2812)
    
    * feat: add update metadata step for rollbacking downgraded region
    
    * feat: invalidate table cache after updating metadata
    
    * feat: add migration abort step
    WenyXu authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    781f242 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. chore: add logs and metrics (GreptimeTeam#2858)

    * chore: add logs and metrics
    
    * feat: add the timer to track heartbeat intervel
    
    * feat: add the gauge to track region leases
    
    * refactor: use gauge instead of the timer
    
    * chore: apply suggestions from CR
    
    * feat: add hit rate and etcd txn metrics
    WenyXu authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c26f2f9 View commit details
    Browse the repository at this point in the history
  2. feat: add upgrade candidate region step (GreptimeTeam#2829)

    * feat: add upgrade candidate region step
    
    * chore: apply suggestions from CR
    
    * chore: apply suggestions from CR
    WenyXu authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7a14db6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f78dab0 View commit details
    Browse the repository at this point in the history
  4. feat: add align to / interval support in range query (GreptimeTeam#2842)

    * feat: add align to / interval support in range query
    
    * chore: fix ci
    
    * chore: simplify `parse_duration_expr`
    
    * chore: change s to ms
    Taylor-lagrange authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    806400c View commit details
    Browse the repository at this point in the history
  5. feat(inverted_index.search): add fst applier (GreptimeTeam#2851)

    * feat(inverted_index.search): add fst applier
    
    Signed-off-by: Zhenchi <[email protected]>
    
    * fix: typos
    
    Signed-off-by: Zhenchi <[email protected]>
    
    ---------
    
    Signed-off-by: Zhenchi <[email protected]>
    zhongzc authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    58c1373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83fb712 View commit details
    Browse the repository at this point in the history
  7. chore: match error in test

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    40534ab View commit details
    Browse the repository at this point in the history
  8. fix: fmt

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    eef919f View commit details
    Browse the repository at this point in the history
  9. refactor: add helper function to construct fst value

    Signed-off-by: Zhenchi <[email protected]>
    zhongzc committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    08fd331 View commit details
    Browse the repository at this point in the history