MySQL Forums
Forum List  »  InnoDB

Re: Entries not being deleted from backend MySQL table when memcached storage time expires
Posted by: Rick James
Date: June 17, 2013 08:33PM

MySQL's purpose is to be a persistent repository for data.
Memcached's purpose is to be a cache.

Caches, by definition, can lose their entries.
Persistent storage, by definition, must not lose their entries.

Why do you think you need memcached? MySQL will happily deliver thousands of point-queries per second even without the need for memcached. Do you need tens of thousands?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Entries not being deleted from backend MySQL table when memcached storage time expires
826
June 17, 2013 08:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.