I\'m considering using MongoDB or CouchDB on a project that needs to maintain historical records. But I\'m not sure how difficult it will be to store historical data in these databases.
CouchDB access as a rest service seems insecure. Anyone can hit the database and delete/add documents once it is exposed.
let\'s say i want to implement a distributed database (each node being the replica of the others); i h开发者_如何学JAVAear that cdb is able to easily sync between two nodes and at least support some f
I\'m currently evaluating possible solutions to the follwing problem: A set of data entries must be synchonized between multiple clients, where each client may only view (or even know about the exist
I know that I can retrieve a specific revision of a document via http://localhost:59开发者_如何学运维84/mydb/626b345059c2a54fbe8b8009ba87a409?rev=2-3696048776
I think read somewhere that when a View is requested the \"map\" is only run across documents that have been added since the last time it was requested? How is this determined? I thought I saw somethi
Recently I\'m exploring NoSQL Dat开发者_如何学Goabases. I need an advice about how to store data in the most optimal and efficient way for a given problem. I\'m targeting MongoDB, now. However it shou
I have installed couchDB v 0.10.0, and am attempting to talk to it via python from Couch class downloaded from couchDB wiki. Problem is:
I\'m using CouchDB with a home-grown C# interface library. The most common method of accessing CouchDB with this library results in a temp view being created. I\'ve optimized the library so that it us
It seems you are unable to nest databases in CouchDB. How do people work around this limitation? For example, assume I want to create a blogging engine where each domain has a separate database. Withi