> I want to write a simple Bulletin Board with CouchDB (and Python). What
> is more reasonable? Create a document for each post or create one thread
> document and store all posts in this doc?

I suppose there is a high probability for concurrent posts, therefore I think 
storing them as different documents would be safer.

Regards,

Aurélien

Reply via email to