phildini / logtacts

Better contact management.
https://www.contactotter.com
MIT License
61 stars 19 forks source link

Search should try and keep indexes 'hot' #5

Closed phildini closed 8 years ago

phildini commented 8 years ago

This is more something for @paulproteus, but I think the idea of keeping the indexes always accurate, without incurring much performance hit, is :100:

paulproteus commented 8 years ago

: D

phildini commented 8 years ago

This might help: http://django-haystack.readthedocs.org/en/latest/best_practices.html#real-time-search

paulproteus commented 8 years ago

https://django-haystack.readthedocs.org/en/latest/signal_processors.html#realtime-realtimesignalprocessor

Amazing. I would suggest enabling this on Sandstorm, then. I think it's OK to slightly slow down request/response on Sandstorm for this sort of thing, fwiw.

phildini commented 8 years ago

Go ahead. 😄

On Jan 24, 2016, at 23:03, Asheesh Laroia notifications@github.com wrote:

https://django-haystack.readthedocs.org/en/latest/signal_processors.html#realtime-realtimesignalprocessor

Amazing. I would suggest enabling this on Sandstorm, then. I think it's OK to slightly slow down request/response on Sandstorm for this sort of thing, fwiw. — Reply to this email directly or view it on GitHub.