Denormalization of large text?

Posted by tesmar on Stack Overflow See other posts from Stack Overflow or by tesmar
Published on 2010-06-16T13:36:57Z Indexed on 2010/06/16 13:42 UTC
Read the original article Hit count: 294

Filed under:
|
|
|

If I have large articles that need to be stored in a database, each associated with many tables would a NoSQL option help? Should I copy the 1000 char articles over multiple "buckets", duplicating them each time they are related to a bucket or should I use a normalized MySQL DB with lots of Memcache?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about memcached