About 8,640,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. Why NoSQL is better at scaling out than RDBMSs? [closed]

    109 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, …

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

  4. nosql - CosmosDB WHERE clause for searching string array - Stack …

    May 20, 2020 · I have cosmos db items that are structured like this: { "id": "ec79ff89-13a2-4da9-9a8d-e0ccc8e55f8e", "AttachmentIds": [ "aa0805b7-e5f9-42ee-8cb9-

  5. What's the attraction of schemaless database systems?

    Oct 4, 2010 · In a NoSQL solution like MongoDB, you can just nest the associated records (documents) and not have to mess with foreign keys, joining, multiple database calls. …

  6. NoSql and Data-Warehouse - Stack Overflow

    Apr 21, 2010 · NoSQL solutions usually manage relatively limited schemas with large cardinality in few entities, while data warehouses typically have lots of facts and dimensions (in a …

  7. Is PostgreSQL a NoSQL database? - Stack Overflow

    Apr 19, 2019 · "NoSQL" is a buzzword describing a diverse collection of database systems that focus on "semi-structured" data (that do not fit well into a tabular representation), sharding, …

  8. Is there any NoSQL data store that is ACID compliant?

    Apr 9, 2010 · NoSQL is a movement promoting a loosely defined class of non-relational data stores that break with a long history of relational databases and ACID guarantees.

  9. nosql - Select * Except particular properties in Cosmos DB with …

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

  10. nosql - How can we ensure Data integrity in mongoDb? - Stack …

    Oct 1, 2015 · i am trying to migrate from relational database (mysql) data to nosql (mongoDb) . But how can i ensure data integrity in mongodb . what i have found that we cannot do it on …