Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 822295
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:46:41+00:00 2026-05-15T02:46:41+00:00

If you had a webshop solution based on SQL Server relational DB what would

  • 0

If you had a webshop solution based on SQL Server relational DB what would be the reasons, if any, to move to NoSQL storage ? Does it even make sense to migrate datastores that rely on relations heavily to NoSQL? If starting from scratch, would you choose NoSQL solution over relational one for a webshop project, which will, after a while, again end up with a bunch of tables like Articles, Classifications, TaxRates, Pricelists etc. and a magnitude of relations between them?

What’s the support like in .NET (4.0) for MongoDB or MongoDB’s support for .NET 4.0? Can I count on rich code generation tools similar to EF wizard, L2SQL wizard etc. for MongoDB?

Because as what I have read so far, NoSQL’s are mostly suited for document storage, simpler object models.

Your answer to this question will help me make the right infrastructure design decisions.

UPDATE: If I was developing my solution around ASP.NET MVC and rely heavily on Model classes, would it be the easiest way to go to choose DB4o to simply serialize and deserialize my objects to and from datastore?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T02:46:42+00:00Added an answer on May 15, 2026 at 2:46 am

    Well quite a open-ended question.

    Migration to a NoSQL-datastore for an existing software

    Well often there’s a lot of experience and knowledge for the existing relational technologies. When you’re application runs fine, its probably not worth the effort. However when you have unsolvable issues with the current solution, then it’s an option.

    Does it even make sense to migrate datastores that rely on relations heavily to NoSQL?

    Well you have to consider that the three technologies (Document-DB, RDBMS, Object Database) are very different from each other.

    • In the relational world you normalize data and join them at runtime together. This works fine, as long as the data-sizes are not to big. Here often the issues starts: When you have lot of normalized data you need to do a lot of joins, which costs a lot of performance. And of course mapping between your objects and your tables can be quite tricky.
    • In a object-database the each object is stored individually and the ‘relations’ are stored in forms of pointers. So when a object A has a reference to object B, the object-database stores this reference. So to retrieve the ‘relation’, no join operations are necessary. Therefore ‘relations’ are cheap. In conclusion object-databases are really good at handling relations.
    • In a document-database like MongoDB a complete object-graph is stored as a document. The document-database works with a the document-level. So here there are no real ‘relations’. You normally just store/load documents. So when you can model you scenarios so that most of your operations only work on a single document, it’s very performant and easy.

    Here’s a good blog-post which compares the design-difference of MongoDB (document database) and db4o (object-database)

    In the end you model should fit to your database. For example, don’t try to use a model for a relation database and store it 1:1 in a document database. See also Ayende’s blog about modeling for a object-database.

    What’s the support like in .NET (4.0) for MongoDB or MongoDB’s support for .NET 4.0?

    Gates VP has already answered this for MongoDB. The .NET 4.0-version of db4o is in development. Meanwhile the 3.5 version also works fine on the 4.0 framework.

    Can I count on rich code generation tools similar to EF wizard, L2SQL wizard etc. for MongoDB?

    For both, MongoDB and db4o you don’t need to generate code. Your classes are the schema. You just store you objects and the database takes care of the rest. See also Gates VP answer

    Because as what I have read so far, NoSQL’s are mostly suited for document storage, simpler object models.

    Well the range is quite big. From really simple key-value-stores, to more advanced document-databases, colum-oriented-databases, graph-databases and object-databases.

    Of course the document-database work excellent when you have store document-like data (for example a blog-software). While graph- and object-databases are good at handling extreme complex data structures.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I had used Server Explorer and related tools for graphical database development with Microsoft
I had been happily coding along on a decent sized solution (just over 13k
I had the idea of a search engine that would index web items like
Had an interesting discussion with some colleagues about the best scheduling strategies for realtime
Had a coworker ask me this, and in my brain befuddled state I didn't
I had a discussion with some colleagues mentioning that there are not too many
I had an idea, if I add a python .py file to my C#
I had to delete all the rows from a log table that contained about
I had a plugin installed in Visual Studio 2008, and it created some extra
I had to use a Microsoft Web Services Enhancements 2.0 service and it raised

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.