Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you clarify why you would not use it on anything harder than a small site search? Without context, the comment is not especially helpful.


For very small datasets, Whoosh is fine. For anything larger than 'site search' on a website that has no UGC, you're much better off with SOLR (or ES, Xapian or Sphinx - whatever your poison).

When document counts get into the hundreds you see orders of magnitude faster queries with SOLR (etc), not to mention much more sophisticated querying options.


> Once my site grew larger than 50 mb of text queries started slowing things down. Indexing (python, single threaded) took a while and the larger the index the slower the queries were returned.

I think this makes it pretty clear. Not sure how much more explanation you need.


Wasn't in the original comment... yet another example of why HN should not have edit.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: