> I disagree with Lukas on using fuzzy searches as a fallback. From > personal experience with FTS on PostgreSQL, fuzzy searches can > actually be faster than string or substring matching (with the correct > indexes of course). They also scale better because of this.
oh this is not a performance thing. obviously if you can boil queries down to equal comparisons rather than a wildcard search is faster. the reason why i say that it should be a fallback is that its usability issue. when i ask to get xyz usually that is what i want and not xiz. regards Lukas ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
