Environ 50 résultats
Ouvrir les liens dans un nouvel onglet
  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 haven't …

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

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

    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, cheating its way to higher …

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

    NoSQL is an umbrella term for a loosely defined class of non-relational data stores that break with a long history of relational databases and ACID guarantees. Data stores that fall under this term may …

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

    15 sept. 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 would want to …

  6. SQL vs NOSQL : Explanation for few points - Stack Overflow

    10 mai 2022 · NoSQL databases offer schema flexibility and are designed for horizontal scalability, making them suitable for handling large volumes of unstructured or semi-structured data.

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

    9 avr. 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.

  8. NoSQL Use Case Scenarios or WHEN to use NoSQL - Stack Overflow

    11 mai 2012 · NoSQL DBs often lack the ability to perform atomic operations across multiple "tables". You really need to look at and understand what the various types of NoSQL stores are, and how they …

  9. What nosql means? can someone explain it to me in simple words?

    NoSql is the new database philosophy which talks about all the shortcomings of the relational database design, particularly the problems they have in scaling up for today's demanding web environments. …

  10. 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 other …