About 37,700 results
Open links in new tab
  1. When should I use a NoSQL database instead of a relational …

    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 …

  2. NoSql vs Relational database - Stack Overflow

    NoSQL databases differ from older, relational technology in four main areas: Data models: A NoSQL database lets you build an application without having to define the schema first unlike …

  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. nosql - Pros/cons of document-based databases vs. relational …

    Dec 3, 2008 · I wouldn't agree that this is a good way to distinguish which db model to use. Normalization is inevitable in both relational and document based databases. My guts feeling …

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

  6. SQL versus noSQL (speed) - Stack Overflow

    The definition of noSQL systems is a very broad one -- a database that doesn't use SQL / is not a RDBMS. Therefore, the answer to your question is, in short: "it depends". Some noSQL …

  7. Storing time-series data, relational or non? - Stack Overflow

    Jan 27, 2011 · What is better, a relational database (such as MySQL or PostgreSQL) or a non-relational or NoSQL database (such as MongoDB or Redis) with regard to performance when …

  8. NoSql and Data-Warehouse - Stack Overflow

    Apr 21, 2010 · Data warehouse uses relational database while NoSql use non relational database. NoSql database are faster than data warehouse. We use SQL in data warehouse …

  9. Why are key value pair noSQL db's faster than traditional relational ...

    Mar 1, 2010 · The key advantage of a relational database is the ability to relate and index information. Most 'NoSQL' systems don't provide a relational algebra or a great query language.

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

    Oct 29, 2018 · When to use a Relational database? Since the modelling of NoSQL is conceptually somewhat different than modelling a relational database, a relational database is typically …