About 13,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 advances, you still …

  2. 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 some fields which …

  3. nosql - Is there a query language for JSON? - Stack Overflow

    Apr 22, 2009 · Is there a (roughly) SQL or XQuery-like language for querying JSON? I'm thinking of very small datasets that map nicely to JSON where it would be nice to easily answer queries such as …

  4. 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 Cassandra. First …

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

  6. nosql - Select * Except particular properties in Cosmos DB with SQL API ...

    sql nosql azure-cosmosdb asked Jan 5, 2021 at 12:03 Jeppe Christensen 1,970 3 32 66

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

    Aug 13, 2013 · NoSQL products support a whole range of new data types, and this is a major area of innovation in NoSQL. We have: column-oriented, graph, advanced data structures, document …

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

    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 even be …

  9. nosql - How to find a substring in a field in Mongodb - Stack Overflow

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

  10. NoSQL - Database Design: How To Properly Design Or Represent an ...

    Oct 3, 2019 · NoSQL - Database Design: How To Properly Design Or Represent an Association In A NoSQL Database Schema? Asked 6 years, 2 months ago Modified 6 years, 2 months ago Viewed 9k …