About 11,200,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. nosql - Difference between HBase and Hadoop/HDFS - Stack …

    Apr 14, 2021 · This is kind of naive question but I am new to NoSQL paradigm and don't know much about it. So if somebody can help me clearly understand difference between the HBase …

  3. Are documents in NoSQL databases what a table is for a SQL …

    Mar 20, 2014 · Considering the NoSQL document oriented databases, the documents are much similar to rows of a table of a SQL database. A table of SQL database, instead, is similar to a …

  4. nosql - What's the attraction of schemaless database systems?

    Oct 4, 2010 · 3 NoSQL databases are not schemaless; the schema is embedded in the data. They are properly called semistructured. In some KV data stores, however, the schema may …

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

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

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

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

  10. nosql - Amazon SimpleDB vs Amazon DynamoDB - Stack Overflow

    Jan 22, 2012 · The linked FAQ entry references Werner Vogel's Amazon DynamoDB – a Fast and Scalable NoSQL Database Service Designed for Internet Scale Applications as well, which is …