About 50 results
Open links in new tab
  1. Is PostgreSQL a NoSQL database? - Stack Overflow

    Apr 19, 2019 · "NoSQL" is a buzzword describing a diverse collection of database systems that focus on "semi-structured" data (that do not fit well into a tabular representation), sharding, and high …

  2. 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 advances, you still …

  3. SQL versus noSQL (speed) - Stack Overflow

    When people are comparing SQL and noSQL, and concluding the upsides and downsides of each one, what I never hear anyone talking about is the speed. Isn't performing SQL queries generally faster t...

  4. Azure CosmosDB NoSQL GroupBy with Aggregate over multiple columns

    Mar 15, 2025 · Azure CosmosDB NoSQL GroupBy with Aggregate over multiple columns Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 151 times

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

    Sep 15, 2010 · 17 NoSQL is a database system where data is organized into the document (MongoDB), key-value pair (MemCache, Redis), and graph structure form (Neo4J). Maybe there are possible …

  6. database - Explanation of BASE terminology - Stack Overflow

    In the NoSQL database world, ACID transactions are less fashionable as some databases have loosened the requirements for immediate consistency, data freshness and accuracy in order to gain …

  7. rdbms - What's the difference between NoSQL and a Column-Oriented ...

    May 9, 2010 · 9 Some NoSQL databases are column-oriented databases, and some SQL databases are column-oriented as well. Whether the database is column or row-oriented is a physical storage …

  8. CAP theorem - Availability and Partition Tolerance - Stack Overflow

    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 distributed data …

  9. Is there any NoSQL data store that is ACID compliant?

    Apr 9, 2010 · NoSQL is a movement promoting a loosely defined class of non-relational data stores that break with a long history of relational databases and ACID guarantees.

  10. Best way to handle multiple container transactions operations in ...

    Dec 9, 2022 · Unfortunately the Cosmosdb Nosql only supports transactions in one container within the same logical partition, and does not support multi-container transactions.