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

Perf: Composite Index Range Detach optimization #155

Closed
KKould opened this issue Mar 11, 2024 · 0 comments · Fixed by #250
Closed

Perf: Composite Index Range Detach optimization #155

KKould opened this issue Mar 11, 2024 · 0 comments · Fixed by #250
Labels
invalid This doesn't seem right

Comments

@KKould
Copy link
Member

KKould commented Mar 11, 2024

Feature Request

TODO: When the case is select * from t1 where (c1 = 7 or c1 = 10) and c2 < 2;, the range is (-inf, (10, 2)), in fact it is better to be ((7), (7) ,2)), ((10), (10, 2))

on pr: #154 TODO part

@KKould KKould added the invalid This doesn't seem right label Mar 11, 2024
@KKould KKould mentioned this issue Dec 4, 2024
9 tasks
@KKould KKould linked a pull request Dec 4, 2024 that will close this issue
9 tasks
KKould added a commit that referenced this issue Dec 4, 2024
* perf: #155 & explain tpcc make sure all statement use index

* chore: make `IndexIter` stateful to enhance readability
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant