nosql
unQL and Django?
sorry if this is too earlier to speak about that, but it seems that NoSQL and SQL has made something between them called UnQL (Sqlite and CouchDB), maybe i dident understand the concept, but if that U[详细]
2023-04-08 14:36 分类:问答How does column-oriented NoSQL differ from document-oriented?
The three types of NoSQL databases I\'ve read about is key-value, column-oriented, and document-oriented.[详细]
2023-04-08 11:07 分类:问答Does using NoSQL make sense for a non-distributed system? (trying to understand eventual consistency)
I have been reading and learning about NoSQL and MongoDB, CouchDB, etc, for the last two days, but I still can\'t tell if this is the right kind of storage for me.[详细]
2023-04-08 02:08 分类:问答Changing schemas in mongoDB/mongoose
I开发者_开发问答 am getting started with mongoDB and mongoose. I was wondering how people manage evolving schemas. For example if i started with a schema like this:[详细]
2023-04-07 20:13 分类:问答How to avoid data loss on server failure with MongoDB on a single machine?
I have read that mongoDB don\'t write data to disk right away, it does this periodically. Any thoughts on how to deal wi开发者_开发问答th this?You can enable journaling with --journal.[详细]
2023-04-07 18:42 分类:问答Super column vs serialization vs 2 lookups in Cassandra
We have: users, each of which has events, each of which has several properties (time, type etc.). Our basic use case is to fetch all events of a given user in a given time-span.[详细]
2023-04-07 18:32 分类:问答How to Model Real-World Relationships in a Graph Database (like Neo4j)?
I have a general question about modeling in a graph database that I just can\'t seem to wrap my head around.[详细]
2023-04-07 09:04 分类:问答Should I use NoSQL instead of MySQL?
I\'m using PHP to develop web applications. I\'ve used MySQL as my RDMS. For many things an RDMS works, and many problems can be solved by normalization, among other things. But some situations just d[详细]
2023-04-07 04:42 分类:问答Does the use of nosql (say mongodb) increase development productivity? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We e开发者_开发技巧xpect answers to be supported by facts, references,or expertise, but this question will likely so[详细]
2023-04-07 03:43 分类:问答Mongoose: Suggested database schema
Ok so I am coming from a mySQL background and am now trying to rebuild a site using nodeJS and Mongoose. My old mySQL schema looked something like this (simplified):[详细]
2023-04-07 02:52 分类:问答