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

  • SEARCH
  • Home
  • 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 6703755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:12:31+00:00 2026-05-26T07:12:31+00:00

What are the factors which make RavenDb (as an example of NoSQL document database)

  • 0

What are the factors which make RavenDb (as an example of NoSQL document database) more efficient in comparison to relational databases?

I know two factors:

  1. All queries are executed on indexes. But you can do it in RDBMS
  2. Indexes are updated on background threads (causing
    missynchronization). Yep, it is a good point but I doubt it is very
    significant.

Actually I thought the biggest performance boost is absense of joins but looks like Multi Maps / Reduce Index is pretty similar to join.

So what factors do make RavenDb more efficient?

  • 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-26T07:12:31+00:00Added an answer on May 26, 2026 at 7:12 am

    Idsa,
    There are several reasons why you would typically see a RavenDB application much faster than a Relational DB application.

    a) As Daniel mentioned, the difference in data modeling is significant. It means that you can load the data in a much cheaper way.

    b) You always query on indexes. That is important, because it means that the query plan for RavenDB is always an INDEX_SEEK. Sure, you can try doing that using RDBMS, but in many cases, you don’t always hit an index. In particular, you usually have to do a lot more work to get there, and then you have to use joins and other stuff to get the data out, which again complicates the query plan.

    c) RavenDB will work behind the scenes to optimize itself on your behalf. The more you use it, the more it will optimize itself to your usage pattern.

    d) You never do any computation whatsoever during the queries. That is critical, because it means that things like aggregation queries, for example, are already precomputed, so they are really cheap.

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

Sidebar

Related Questions

What are the factors which make RavenDb (as typical NoSQL document database) horizontal scaling
I have two tables with the following (simplified) structures: table "Factors" which holds data
I have a school project in which I am creating a Non Relational Document
I am trying to make a function that can return the prime factors of
I just wanted to know What are the factors decisive in making a function
Should I wrap every exception in a more meaningful exception? Wrapping meaning make the
Ajax , Flex and Silverlight are a few ways to make more interactive web
On which factors do I have to pay attention when copying strings in C?
I am making an app which supports multiple databases. The beerhouse architecture instantiates the
I am about to create a factory which creates objects of a certain type

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.