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?

link|improve this question

It may be good, may be not. Depends on your coding skills and project requirements. – Sergio Tulentsev Jan 18 at 20:31
feedback

closed as not constructive by Robert Harvey Jan 18 at 20:29

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Yes, surely one could design a document model which is appropriate for an online forum website.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.