About 1,540,000 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. 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 …

  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 …

  4. Time Series Data storing: RDBMS vs NoSQL - Stack Overflow

    Oct 29, 2018 · Traditionally, NoSQL was used for unstructured high volumes like logging results, website search data etc. However, with professionals becoming more comfortable with …

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

  6. nosql - Pros/cons of document-based databases vs. relational …

    Dec 3, 2008 · I've been trying to see if I can accomplish some requirements with a document based database, in this case CouchDB. Two generic requirements: CRUD of entities with …

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

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

  8. How do you track record relations in NoSQL? - Stack Overflow

    There is no one way to do it in NoSQL databases, this question is rather a kin to asking how would I track relations in C programs.

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

    Apr 9, 2010 · So, in a nutshell, I'd say that one of the main benefits of a "NoSQL" data store is its distinct lack of ACID properties. Furthermore, IMHO, the more one tries to implement and …

  10. MongoDB/NoSQL: Keeping Document Change History

    MongoDB/NoSQL: Keeping Document Change History Asked 14 years, 10 months ago Modified 5 years, 8 months ago Viewed 90k times

Refresh