Example of moving from MySQL to NoSQL?

Posted by OverTheRainbow on Stack Overflow See other posts from Stack Overflow or by OverTheRainbow
Published on 2010-03-19T09:54:57Z Indexed on 2010/03/19 10:41 UTC
Read the original article Hit count: 193

Filed under:
|
|

Hello,

For a Facebook-like site, ie. which is write-intensive and delivers user-customized pages, I'd like to build a prototype to investigate whether the document-centric NoSQL architecture would be a good alternative to sharding and reduce the load on the single master (+ multiple slaves) that we currently use and is the bottleneck.

Does someone know of a good article that would give actual, simple examples of going from a relational layout in MySQL to a NoSQL layout?

Thank you.

© Stack Overflow or respective owner

Related posts about nosql

Related posts about migration