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

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

  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 would want …

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

  6. Are documents in NoSQL databases what a table is for a SQL database ...

    Mar 20, 2014 · Not every NoSQL database even has documents. It's just a small subset of NoSQL databases: The document-oriented databases. In these databases, multiple documents are in one …

  7. nosql - Is there a query language for JSON? - Stack Overflow

    Apr 22, 2009 · Is there a (roughly) SQL or XQuery-like language for querying JSON? I'm thinking of very small datasets that map nicely to JSON where it would be nice to easily answer queries such as …

  8. nosql - Eventual consistency in plain English - Stack Overflow

    Apr 9, 2012 · I often hear about eventual consistency in different speeches about NoSQL, data grids etc. It seems that definition of eventual consistency varies in many sources (and maybe even depends on …

  9. sql - Join operation with NOSQL - Stack Overflow

    Jan 3, 2010 · Additionally most nosql don't (really) support secondary indexes either, which means you have to duplicate stuff if you want to query by any other criterion. If you're storing data such as …

  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 …