Is it a good idea to have a single application work inside of a single CouchDB database?
Right now, I'm making sure each document I put into the CouchDB has a 'ns' field (for namespace) so I can pull it out for indexing, but I'm thinking that as this grows this may be a bad idea. Is it worth pulling out each ns into a database? or is this just going to be a pre-optimization in the long term. -J
