I am developing a Discussion Forum for my University. For this to manipulate the data i m using CouchDB as database.
I m finding difficulty in designing the structure of my db, in order to maximize the performance of my db.
I want to discuss what is the good practice of designing a document database.
- Either we should make only one database as SQL and make 'n' no. of documents in the database.
- Or we can make more no of database in order to flatten my db structure.This also reduce the more no. of documents to be developed.