Greetings,
I'm building my personal website using php. My standard approach is to use MySQL as a database backend. I've been hearing a lot about document orienting databases and I'm wondering if these ( couchDB, mongoDB) might be a better option for me.
I understand that a low traffic site such as my personal homepage isn't going to see massive improvements from running a different DB, but I appreciate "the little things".
The database will primarily be holding textual data, such as comments and blog posts. Other than that I'll store some images.
So to sum up, can anyone give me a pros and cons, or other critique on using particular DB backends, most notably the newer document oriented one?
Thanks.