Skip to content

[1.0.0] PDO trigram implementation - Part 1#205

Merged
ChadSikorra merged 3 commits into
FreeDSx:mainfrom
ChadSikorra:upgrade/trigram-pt1
Jul 9, 2026
Merged

[1.0.0] PDO trigram implementation - Part 1#205
ChadSikorra merged 3 commits into
FreeDSx:mainfrom
ChadSikorra:upgrade/trigram-pt1

Conversation

@ChadSikorra

Copy link
Copy Markdown
Contributor

Currently, substring comparison is very slow the more the directory scales under PDO. To tackle this in a generic way, we need a SQL trigram strategy. Additionally, it should be pluggable so that SQL specific implementations can be used, as most have their own solutions that are native / faster (FTS5 for SQLite for instance).

@ChadSikorra ChadSikorra merged commit 37f1829 into FreeDSx:main Jul 9, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant