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

cherry-pick index related commits to 1.1-dev #14519

Merged
merged 4 commits into from Feb 4, 2024

Conversation

aunjgr
Copy link
Contributor

@aunjgr aunjgr commented Feb 2, 2024

What type of PR is this?

  • API-change
  • BUG
  • Improvement
  • Documentation
  • Feature
  • Test and CI
  • Code Refactoring

Which issue(s) this PR fixes:

issue #12517 #14509

What this PR does / why we need it:

optimizations and bug-fixes

…14424)

For composite index like `idx(col1, col2, col3)`, it should be possible to apply this index on equi-conditions like `col1 = 1 and col2 = 2`, if the selectivity is low enough.

Approved by: @badboynt1
fix a panic caused by prefix_in on memtable

Approved by: @m-schen
@mergify mergify bot requested a review from sukki37 February 2, 2024 09:47
@mergify mergify bot added the kind/bug Something isn't working label Feb 2, 2024
@matrix-meow matrix-meow added the size/M Denotes a PR that changes [100,499] lines label Feb 2, 2024
@mergify mergify bot merged commit e4f57c7 into matrixorigin:1.1-dev Feb 4, 2024
16 of 18 checks passed
@aunjgr aunjgr deleted the cp-1.1 branch February 5, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working size/M Denotes a PR that changes [100,499] lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants