Tag: Memcached
-
MySQL pre-releases integrated Memcached
MySQL just announced a pre-release snapshot which comes with an integrated Memcached plugin accessing the InnoDB storage engine directly: NoSQL to InnoDB with Memcached
The ever-increasing performance demands of web-based services have generated significant interest in providing NoSQL access methods to MySQL.… Continued
-
Using MySQL as NoSQL
Using MySQL as a NoSQL – A story for exceeding 750,000 qps on a commodity server – how to almost achieve double the Memcached performance using a MySQL UDF that bypasses the SQL layer, talks directly to the InnoDB layer. Wonder if the SQL overhead is similar in Oracle or MS SQL Server, and how you’d work around that there.… Continued