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

Speed up full-text search response #28

Open
JonathanReeve opened this issue May 10, 2018 · 0 comments
Open

Speed up full-text search response #28

JonathanReeve opened this issue May 10, 2018 · 0 comments
Labels
enhancement New feature or request haskell help wanted Extra attention is needed

Comments

@JonathanReeve
Copy link
Owner

Full-text searches take a really long time, but they return results iteratively through the sqlite interface. Speeding them up could probably be achieved by treating the results of a database query more like a stream. Haskell might already be doing some kind of streaming. It might be good to investigate this a little.

@JonathanReeve JonathanReeve added enhancement New feature or request help wanted Extra attention is needed haskell labels Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request haskell help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant