|
|
|
|
|
by RasputinsBro
3081 days ago
|
|
I second this. You can't let your queries take unusable amounts of time, but below a certain threshold relevancy is infinitely more important. I'm putting together a product which has a search feature and that uses Django + MySQL and I'm struggling with relevancy. I'd happily accept 500ms queries if that guaranteed me the relevant hit would be on the first page. That's FAR more usable than 50ms queries and then the relevant hit is on page 5. |
|