I generally use PHP with MySQL for a DB and Memcache for cache.
I am curious if MongoDB or basically any Document DB would be good for a Discussion Forum or if something like MySQL would be better for this type of project, I would like it to be fast and scale (I know these don't always mix well).
I am not sure, because I know forums generally use joins sometimes to get the results needed, so could a forum be capable in MongoDB?