About 10,900,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. 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 …

  4. 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 …

  5. 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.

  6. rdbms - What exactly is a wide column store? - Stack Overflow

    May 25, 2020 · A wide column database is one type of NoSQL database. Maybe this is a better image of four wide column databases. My understanding is that the first image at the top, the …

  7. CAP theorem - Availability and Partition Tolerance

    Sep 10, 2012 · Considering P in equal terms with C and A is a bit of a mistake, rather '2 out of 3' notion among C,A,P is misleading. The succinct way I would explain CAP theorem is, "In a …

  8. nosql - Column-family concept and data model - Stack Overflow

    Jan 21, 2017 · I'm investigating the different types of NoSQL database types and I'm trying to wrap my head around the data model of column-family stores, such as Bigtable, HBase and …

  9. Storing images in NoSQL stores - Stack Overflow

    Our application will be serving a large number of small, thumbnail-size images (about 6-12KB in size) through HTTP. I've been asked to investigate whether using a NoSQL data store is a …

  10. nosql - Select * Except particular properties in Cosmos DB with …

    sql nosql azure-cosmosdb asked Jan 5, 2021 at 12:03 Jeppe Christensen 1,970 3 32 66