I would like to ask people who have experience with MySQL MEMORY engine. Is it a good choice for cheap and fast caching system.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Cheap and fast? Sure – it does the trick. And it’s just so simple to write an SQL query instead of dealing with PHP extensions that you are unfamiliar with.
Basically, what I use it for is storing session data, but unless you want to populate it with huge amounts of content – I guess it’s good for caching too.