(no title)
mtford | 11 years ago
I think the Elasticsearch/Celery option is a good shout if this were to ever be used in production. Celery would help with the issue of response time but it wouldn't solve the load impact on the database (although I guess could also configure a different SQL database in Django).
I will certainly do some investigation into this at some point :)
opendais|11 years ago
https://pypi.python.org/pypi/python-statsd
mtford|11 years ago
What's it like in terms of getting the data back out?