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

Fulltext search is painfully slow #38

Open
GoogleCodeExporter opened this issue Jun 7, 2015 · 0 comments
Open

Fulltext search is painfully slow #38

GoogleCodeExporter opened this issue Jun 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Currently we use a construct like "like %str%" to do a fulltext search on the 
name field in the shares table which makes it awfully slow.

We should either implement the db engine specific match function or think about 
creating an index for fulltext search. Since sqlalchemy does not provide us 
with a generic interface to do a match clause and some db engines do not even 
support fulltext search I suggest implementing a seperate index for it. One 
solution might be to utilize Whoosh 
(https://bitbucket.org/mchaput/whoosh/wiki/Home).

Original issue reported on code.google.com by hbwint...@gmail.com on 5 Aug 2011 at 8:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant