About 37,100,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. mongodb - When should I use a NoSQL database instead of a …

    Sep 15, 2010 · As a general rule, relational databases allow you to organize data in clearly defined entities and relationships between them, avoiding redundancy. When this way of …

  3. SQL (MySQL) vs NoSQL (CouchDB) - Stack Overflow

    SQL databases are like automatic transmission and NoSQL databases are like manual transmission. Once you switch to NoSQL, you become responsible for a lot of work that the …

  4. NoSQL- Is it suitable for storing images? - Stack Overflow

    Sep 16, 2013 · I would like to store millions of images using a distributed fault tolerant system. While storing images in relational database has never been recommended, I was wondering if …

  5. nosql - Practical example for each type of database (real cases ...

    Aug 13, 2013 · NoSQL systems are generally the only products with a "slider" for choosing where they want to land on the CAP spectrum. Relational databases pick strong consistency which …

  6. nosql - Column-family concept and data model - Stack Overflow

    Jan 21, 2017 · I'm investigating the different types of NoSQL database types and I'm trying to wrap my head around the data model of column-family stores, such as Bigtable, HBase and …

  7. Equivalent of ERD for MongoDB? - Stack Overflow

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

  8. Using S3 as a database vs. database (e.g. MongoDB)

    May 13, 2019 · Due to simple setup and low costs I am considering using AWS S3 bucket instead of a NoSQL database to save simple user settings as a JSON (around 30 documents). I …

  9. MongoDB/NoSQL: Keeping Document Change History

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

  10. nosql - How to find a substring in a field in Mongodb - Stack …

    Feb 9, 2015 · How can I find all the objects in a database with where a field of a object contains a substring? If the field is A in an object of a collection with a string value: I want to find all the …