About 23,300,000 results
Open links in new tab
  1. 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.

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

  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. Store NoSQL data on SQL Server? - Stack Overflow

    I am the author of a transpiler that allows you to store and query NOSQL data on Sql Server. It leverages the key-value schema, so everything fits in a single table.

  5. MongoDB/NoSQL: Keeping Document Change History

    MongoDB/NoSQL: Keeping Document Change History Asked 15 years, 3 months ago Modified 6 years, 1 month ago Viewed 91k times

  6. Difference between Document-based and Key/Value-based …

    I know there are three different, popular types of non-sql databases. Key/Value: Redis, Tokyo Cabinet, Memcached ColumnFamily: Cassandra, HBase Document: MongoDB, CouchDB I …

  7. NoSql vs Relational database - Stack Overflow

    NOSQL means only no SQL (or "not only SQL") but that doesn't mean the same as no relational. A relational database in principle would make a very good NOSQL solution - it's just that none …

  8. sql - Foreign keys in mongo? - Stack Overflow

    In a NoSQL database like MongoDB there are not 'tables' but collections. Documents are grouped inside Collections. You can have any kind of document – with any kind of data – in a single …

  9. What does 'soft-state' in BASE mean? - Stack Overflow

    The BASE acronym is a bit contrived, and most NoSQL stores don't actually require data to be refreshed in this way. There's another explanation suggesting that soft-state means that the …

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