TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity server

112 pointsby mcantoralmost 14 years ago

5 comments

morgoalmost 14 years ago
What's interesting about this article now, is the feature is (more or less) going mainline in MySQL 5.6, except the API will be the standard memcached protocol and not the handler socket API in the linked article.<p>See: <a href="http://dev.mysql.com/tech-resources/articles/nosql-to-mysql-with-memcached.html" rel="nofollow">http://dev.mysql.com/tech-resources/articles/nosql-to-mysql-...</a>
评论 #2804143 未加载
watmoughalmost 14 years ago
This is awesome. I assume it could be applied to the most frequent queries run by common MySQL apps like WordPress to support much increased load, whilst not being forced to employ memcached.
jswinghammeralmost 14 years ago
I've had good luck using MySQL as the data source of record (setup in a NoSQL style InnoDB table) and then having a Membase cluster which supports replication between different servers. I will probably start using the MySQL/memcache features to play around with them but I don't really see a compelling reason to do so considering that I probably execute less than 10 queries a day against the MySQL version of our caches. I use deflate to decrease the size of my caches so they only really use maybe 2 GB of memory.
jbyersalmost 14 years ago
Duplicate of <a href="http://news.ycombinator.com/item?id=1886137" rel="nofollow">http://news.ycombinator.com/item?id=1886137</a> from October 2010.<p>Edit: submissions have identical URLs. Is there something wrong with HN's de-duping system?
评论 #2803763 未加载
评论 #2803726 未加载
评论 #2803821 未加载
MostAwesomeDudealmost 14 years ago
I don't like how this article frames MySQL vs. NoSQL as the important battle. There <i>are</i> other SQL databases besides MySQL, and there's lots of variation in the various NoSQL offerings.
评论 #2805610 未加载