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

Improve SQLite LIKE performance #1209

Merged
merged 5 commits into from
May 6, 2024
Merged

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented May 6, 2024

Based on https://sqlite.org/forum/info/00f60e440cb23c99 discussion.

The performance for 1M rows went from 8_000 ms to 250 ms.

@mvorisek mvorisek changed the title Improve SQLite LIKE lazy eval Improve SQLite LIKE performance May 6, 2024
@mvorisek mvorisek marked this pull request as ready for review May 6, 2024 16:45
@mvorisek mvorisek merged commit 0fdeaed into develop May 6, 2024
31 checks passed
@mvorisek mvorisek deleted the improve_sqlite_like_lazy_eval branch May 6, 2024 16:47
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.

1 participant