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

fix: drop trigram index on identifiers #3827

Merged
merged 4 commits into from
Mar 22, 2024
Merged

Conversation

zepatrik
Copy link
Member

The trigram GIN index takes up a significant amount of database storage. Fuzzy search should instead be build using a dedicated external service. This will allow indexing other traits as well, based on needs.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.98%. Comparing base (9ddf7cc) to head (abbcc9d).
Report is 6 commits behind head on master.

❗ Current head abbcc9d differs from pull request most recent head 37a81b8. Consider uploading reports for the commit 37a81b8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3827      +/-   ##
==========================================
+ Coverage   77.95%   77.98%   +0.02%     
==========================================
  Files         358      358              
  Lines       25165    25160       -5     
==========================================
+ Hits        19617    19620       +3     
+ Misses       4041     4033       -8     
  Partials     1507     1507              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aeneasr aeneasr merged commit 8f8fd90 into master Mar 22, 2024
26 of 27 checks passed
@aeneasr aeneasr deleted the chore/remove-fuzzy-search branch March 22, 2024 10:21
panbanda pushed a commit to panbanda/kratos that referenced this pull request Mar 25, 2024
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.

None yet

2 participants