About 2,710,000 results
Open links in new tab
  1. Why NoSQL is better at scaling out than RDBMSs? [closed]

    Yes, de-normalizing the database it's a possible workaround for join-performance issues, obviously at the cost of any data-denormalization (redundancy, updates costs, size, etc). …

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

  3. database - Is there any NoSQL data store that is ACID compliant ...

    Apr 9, 2010 · BergDB is a light-weight, open-source, NoSQL database designed from the start to run ACID transactions. Actually, BergDB is "more" ACID than most SQL databases in the …

  4. rdbms - What exactly is a wide column store? - Stack Overflow

    May 25, 2020 · A wide column database is one type of NoSQL database. Maybe this is a better image of four wide column databases. My understanding is that the first image at the top, the …

  5. Storing images in NoSQL stores - Stack Overflow

    Is it a good idea to store blobs in NoSQL stores, and which one is good for it? Also, is NoSQL a good solution for our problem, or would we be better served storing the images in the file …

  6. Transactions in NoSQL? - Stack Overflow

    Feb 6, 2010 · 17 NoSQL covers a diverse set of tools and services, including key-value-, document, graph and wide-column stores. They usually try improving scalability of the data …

  7. Equivalent of ERD for MongoDB? - Stack Overflow

    May 15, 2011 · What would be the equivalent of ERD for a NoSQL database such as MongoDB?

  8. How to Draw UML Diagram for NoSql Like MongoDB? [duplicate]

    I would like to know that can i draw UML diagrams for my web application which has back end Mongodb? Or is there any other diagrams for NoSql?

  9. What is the best way to store any kind of file in a database using ...

    May 18, 2022 · So I'm creating a ticket system, and what I'd like to do is to add any type of file to my tickets and store them in my database. So I was thinking about using a noSQL database …

  10. NoSQL with Entity Framework Core - Stack Overflow

    Jun 1, 2016 · I need any NoSQL provider for Entity Framework Core. Can I use the EF-Core version with MongoDB /Raven or anything?