About 51 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 advances, you still …

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

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

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

  5. Transactions in NoSQL? - Stack Overflow

    Feb 6, 2010 · NoSQL covers a diverse set of tools and services, including key-value-, document, graph and wide-column stores. They usually try improving scalability of the data store, usually by …

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

  7. Update Azure cosmos NoSQL container record without updating _ts

    Apr 16, 2024 · 1 we are using Azure cosmos DB NOSQL that has a container say a. We are using .Net core 7 and using CosmosClient for CRUD operations. We need to update the document in container …

  8. What does 'soft-state' in BASE mean? - Stack Overflow

    The BASE acronym is a bit contrived, and most NoSQL stores don't actually require data to be refreshed in this way. There's another explanation suggesting that soft-state means that the system will change …

  9. Equivalent of ERD for MongoDB? - Stack Overflow

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

  10. nosql - Redis availability and CAP theorem - Stack Overflow

    Dec 28, 2019 · In CAP theorem, Redis is specified as a database which lacks availability (which has partition tolerance and consistency). But there are many places where Redis is considered as a high …