About 50 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]

    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 …

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

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

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

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

  7. MongoDB/NoSQL: Keeping Document Change History

    5 One can have a current NoSQL database and a historical NoSQL database. There will be a an nightly ETL ran everyday. This ETL will record every value with a timestamp, so instead of …

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

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

    May 11, 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 …

  10. Cosmos DB OFFSET LIMIT (NoSQL query) RU cost - Stack Overflow

    Sep 8, 2023 · In the official CosmosDB documentation, we can find information about the inefficient OFFSET LIMIT clause. "The RU charge of a query with OFFSET LIMIT …