Closed (fixed)
Project:
Fuzzy Search
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2008 at 22:50 UTC
Updated:
18 May 2010 at 08:55 UTC
Here's a patch adding a couple of indexes that significantly increases search performance when running on MySQL.
In my case this patch dropped the query time for a search from 6 seconds to under 100ms (circa 20000 nodes, 500000 ngrams).
It's just adding a couple of indexes... What do you think?
| Comment | File | Size | Author |
|---|---|---|---|
| fuzzysearch.install.patch | 517 bytes | Chris Bray |
Comments
Comment #1
kardave commentedNice idea, but in my fuzzysearch (5.x-1.2) i don't have ngram, but trigram, so i added the indexes as follows:
I hope it will now increase search performance.
Comment #2
awolfey commentedI recently took over this module. I'm going through all the old issues and closing them if possible. I'm not making any changes other than security fixes to the Drupal 5 version.
If you would still like to see this in the Drupal 6 version, please create a new issue or reopen this one, changing the version number.
Thanks,
awolfey