I\'m having 开发者_运维知识库some performance issues with MySQL database due to it\'s normalization.
Let us suppose we have the next data structure: { { \"name\" : \"ElementName1\", \"index\" : [ {\"name\" : \"key1\", \"value\" : 1},
I am currently thinking how to best store web-crawling开发者_如何转开发 results in a database. In another question document-oriented databases were recommended to use for a web-crawler project: Databa
New to document-oriented database concepts and have a few high-level questions related to orders and order processing.
I\'ve been searching for a document-oriented DB that for a Windows desktop program. MongoDB seems to be the best one so far, because it\'s smaller (11MB) and simpler when compared to CoachDB (which is
I would like to开发者_开发百科 use a document oriented db to store data from a feed. Sometimes that feed contains Geo-spacial data and I would like to be able to search on it. I\'ve found GeoCouch but
Today I just learned that Adobe Air has a local SQL database, which is great; however, we had been creating XML and JSON files to handle mostly everything. Rather than re-architect our application to
I\'ve been hearing a lot of talk about schema-less (often distributed) database systems like MongoDB, CouchDB, SimpleDB, etc...
I am looking to create a cv bank which when i think about it in terms of storing the data in a relational database the complexity is pretty apparent. Would couchdb make better sense in this case?
Greetings, I\'m building my personal website using php. My standard approach is to use MySQL as a database backend. I\'ve been hearing a lot about document orienting databases and I\'m wondering if t