I am looking for a key/value type datastore with very specific requirements. Anyone know anything that will work?
I have to store e-mail messages for use with our application. I have \"metadata\" for all messages inside a relational database, but I don\'t feel comfortable keeping message content (gigabytes and te
I am planning on using CouchDB on a project. But as the querying mechanism involves writing views (which are a lot like indexes on regular RDMBMS\'s) I was wondering, if the document database keeps ge
We want to persist some user settings int he GUI part of our code.I used to do Win32 programming exclusively and the typical way this was done was with registry settings.
I will build a system where I wan开发者_高级运维t to reduce single-point-of-failures, and I need a database. Is there any (free) relational database systems that can handle multi-master setups good (i
There is a table: doc_id(integer)-value(integer) Approximate 100.000 doc_id and 27.000.000 rows. Majority query on this table - searching documents similar to current document:
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
It has been recommended to me that I investigate Key/Value pair data systems to replace a relational database I have been using.开发者_JAVA百科
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m reviewing my code and realize I spend a tremendous amount of time taking rows from a database, formatting as XML,