Saturday, March 1, 2014

Re: memcached and redis

Hi,

In response to your question about memcache and redis, they are extremely useful, if you use them correctly. For example if you are generating a query to your database that takes 1 second to finish, and you cache the results in memcache or redis, then you would be able to get the second request down to 50 ms instead. Thats the difference in response time. Redis and memcache are in memory databases and are extremely fast!

Regarding your second question, if you need to store alot of pictures and videos, I would use Amazon S3 with the django storages backend for S3.

Regards,

Andréas


2014-03-01 17:28 GMT+01:00 Robin Lery <robinlery@gmail.com>:
Hello,
Another noob question. Please bear with me. I am really very confused between memcached and redis. I know they both are used for caching. But I don't know how much does they help. And lastly, I would like know what would you use for a site with users uploaded pictures and videos too? I hope I was clear. If not please ask. Your help and guidance will be very much appreciated.

Thank you.
Robin.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2B4-nGqoYH24%2BSLzM8Jx3dN_xiPFYpZ90-gqfRNVpcWUEK%3DVsw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALXYUbmmkXRQE8m92S7NncYg4BN18VCbhVm13hgUbYrq1H5B%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment