key-value-store
.Net friendly, local, key-value pair, replicatable datastore
I am looking for a key/value type datastore with very specific requirements. Anyone know anything that will work?[详细]
2022-12-31 06:33 分类:问答What mail storage should I choose for our web application; IMAP, key-valud store, rdbms,
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[详细]
2022-12-30 07:33 分类:问答How does CouchDB perform for a regularly updated dataset?
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[详细]
2022-12-30 07:29 分类:问答Is there a C++ cross platform key/value API or library for C++?
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.[详细]
2022-12-30 02:59 分类:问答What alternatives do I have if I want a distributed multi-master database?
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[详细]
2022-12-26 06:02 分类:问答Help to choose NoSQL database for project
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:[详细]
2022-12-24 09:11 分类:问答Fastest key-value pair database? [closed]
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[详细]
2022-12-22 10:16 分类:问答Why are key value pair noSQL db's faster than traditional relational DBs
It has been recommended to me that I investigate Key/Value pair data systems to replace a relational database I have been using.开发者_JAVA百科[详细]
2022-12-22 00:10 分类:问答What scalability problems have you encountered using a NoSQL data store? [closed]
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[详细]
2022-12-20 17:31 分类:问答How do you mix SQL DB vs. Key-Value store (i.e. Redis)
I\'m reviewing my code and realize I spend a tremendous amount of time taking rows from a database, formatting as XML,[详细]
2022-12-19 19:08 分类:问答