Hello everybody!

I have an application that receives about 1000 POST requests per second. On
each request I writte a line on my database table. On this scenario my
database can shutdown during execution.

Is it a good pratice to store these data on array in cache (redis) and on
each minute through celery get then and use a bulk_create to insert all
data on database?

Bruno
--

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHxcCH5t7FWRoXbCFvUez-hAzLk0b08KideZ_D_A6oj6a_8L1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to