Skip to content

tp: add optimization for descending sort on ordered column #2016

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

Merged
merged 1 commit into from
Jul 3, 2025

Conversation

LalitMaganti
Copy link
Collaborator

Just reverse the vector. Speeds up some queries where SQLite does not
correctly propogate LIMIT 1 to us.

Just reverse the vector. Speeds up some queries where SQLite does not
correctly propogate LIMIT 1 to us.
@LalitMaganti LalitMaganti requested a review from a team as a code owner July 3, 2025 00:37
@LalitMaganti LalitMaganti merged commit a615a7d into main Jul 3, 2025
20 checks passed
@LalitMaganti LalitMaganti deleted the dev/lalitm/reverse-sort branch July 3, 2025 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants