About 9,450,000 results
Open links in new tab
  1. What is NoSQL, how does it work, and what benefits does it provide?

    NoSQL databases aren't a replacement for SQL - they are an alternative. Most software ecosystems around the different NoSQL databases aren't as mature yet. While there are …

  2. Why NoSQL is better at scaling out than RDBMSs? [closed]

    109 The two primary differences between NoSQL and SQL, with only the first being a true advantage: ACID vs BASE NoSQL typically leaves out some of the ACID features of SQL, …

  3. mongodb - When should I use a NoSQL database instead of a …

    Sep 15, 2010 · What are the advantages of using NoSQL databases? I've read a lot about them lately, but I'm still unsure why I would want to implement one, and under what circumstances I …

  4. NoSql vs Relational database - Stack Overflow

    NOSQL means only no SQL (or "not only SQL") but that doesn't mean the same as no relational. A relational database in principle would make a very good NOSQL solution - it's just that none …

  5. Equivalent of ERD for MongoDB? - Stack Overflow

    May 15, 2011 · What would be the equivalent of ERD for a NoSQL database such as MongoDB?

  6. sql - Foreign keys in mongo? - Stack Overflow

    Jun 13, 2011 · In a NoSQL database like MongoDB there are not 'tables' but collections. Documents are grouped inside Collections. You can have any kind of document – with any …

  7. database - What exactly is NoSQL? - Stack Overflow

    What is NoSQL ? NoSQL is the acronym for Not Only SQL. The basic qualities of NoSQL databases are schemaless, distributed and horizontally scalable on commodity hardware.

  8. nosql - Pros/cons of document-based databases vs. relational …

    Dec 3, 2008 · I've been trying to see if I can accomplish some requirements with a document based database, in this case CouchDB. Two generic requirements: CRUD of entities with …

  9. What's the attraction of schemaless database systems?

    Oct 4, 2010 · In a NoSQL solution like MongoDB, you can just nest the associated records (documents) and not have to mess with foreign keys, joining, multiple database calls. …

  10. nosql - Difference between HBase and Hadoop/HDFS - Stack …

    Apr 14, 2021 · This is kind of naive question but I am new to NoSQL paradigm and don't know much about it. So if somebody can help me clearly understand difference between the HBase …