RavenDB 6.2 LTS logo

    RavenDB 6.2 LTS

    Sold by
    RavenDB is a powerful NoSQL document database seamlessly integrating with your systems. By handling backend operations, RavenDB lets you focus on your data. Its flexible scaling options make it ideal for growing businesses, ensuring optimal performance at every stage. RavenDB automatically configures itself and the internal data layout to optimize for your actual production load, allowing you to build applications with confidence and ease.

    Ratings and reviews

    4.4
    14 ratings
    3 star
    2 star
    1 star
    57%
    43%
    0%
    0%
    0%
    0 AWS reviews
    |
    14 external reviews
    External reviews are from G2 .

    Filters

    Review type

    AWS Marketplace reviews
    External reviews
    Reviews (14)
    Georgios D.

    Feature-Rich Database That Simplifies Our Tech Stack

    Reviewed on Dec 05, 2025
    Review provided by G2
    What do you like best about the product?
    This is a well-designed database that includes change tracking, unit of work and other patterns that make a developer's job easier and faster. It offers a range of features that can help you eliminate the need for other products in your stack. For example, you can use data subscriptions in place of an external queue, which helps to reduce overall complexity and the number of moving parts.
    What do you dislike about the product?
    Would be great to support creation of databases and certificates through terraform.
    What problems is the product solving and how is that benefiting you?
    Modeling complex data structures and indexes that integrate information from multiple sources and perform various calculations is straightforward. Additionally, the ability to respond to changes through data subscriptions is very useful.
    Arild H.

    Super fast and easy NOSQL database with support for SQL (RQL)

    Reviewed on Nov 16, 2023
    Review provided by G2
    What do you like best about the product?
    Very easy to get started. Integrates very nicely with C# .net applications. Fast and helpful customer support. Grat dashboard for debugging and monitoring.
    What do you dislike about the product?
    Smaller community than competition makes it harder to find solutions to problems on line, but the documentation is usually very good.
    What problems is the product solving and how is that benefiting you?
    Fast access to data. We use RavenDB as the read-layer for our application.
    Hospital & Health Care

    We used in our major project. And the experience was really good. Even the support is also quick.

    Reviewed on Apr 07, 2021
    Review provided by G2
    What do you like best about the product?
    Flexibility, Easiness and documentation available.
    What do you dislike about the product?
    I felt sometime it works slow. Even raised concern too earlier.
    What problems is the product solving and how is that benefiting you?
    We used it as nosql db and primary database for our website.
    Recommendations to others considering the product:
    If you looking for easy to setup, easy to understand and great support then RavenDB is good option. Try it out you will like it.
    Information Technology and Services

    Ravendb has good performance and easy to implement

    Reviewed on Apr 05, 2021
    Review provided by G2
    What do you like best about the product?
    Multiple connection and DI to implement and store concept
    What do you dislike about the product?
    GUI not much friendly to query and handle
    What problems is the product solving and how is that benefiting you?
    For Sharepoint migration
    Kreso J.

    The best database I ever used

    Reviewed on Apr 05, 2021
    Review provided by G2
    What do you like best about the product?
    It is easy to use, fast and can be easily scaled in the cloud or on prem. The way how indexes are auto managed and all possibilities with indexes are providing many options for developers that are not possible or easy to achieve with other databases.
    What do you dislike about the product?
    Recent versions of RavenDB do not have a thing I dislike.
    What problems is the product solving and how is that benefiting you?
    I am building a microservice application that is hosted in Azure. RavenDB database is easy ro spin up and I very much rely on subscriptions feature for communication amon services.
    Vishwanatha G.

    Good product to go with..

    Reviewed on Mar 27, 2021
    Review provided by G2
    What do you like best about the product?
    We have used Raven db in our Configuration Price Quatation(CPQ) Project to store the relevent data. It was easy to access and manage. I personally liked the report pulling APIs exposed by Raven DB.
    What do you dislike about the product?
    Some times the performance is slower if the data stored is huge
    What problems is the product solving and how is that benefiting you?
    It was very effective and efficient in storing hude set of data as comoared to usaul SQL.
    Computer Software

    Open source operational and transactional enterprise NoSQL documents database

    Reviewed on Feb 19, 2021
    Review provided by G2
    What do you like best about the product?
    It is open source and deploy fully managed RavenSB cloud database in minutes on AWS,Azure available on almost all operating system
    What do you dislike about the product?
    Very few programming language are supported and as it is new so chances of issue with it high and very less information available on internet
    What problems is the product solving and how is that benefiting you?
    ERP related project so lots of calculation was required and it is fast and coding is easy for supported language
    Retail

    I found RavenDB to be a great document db with a very low barrier of entry.

    Reviewed on Feb 02, 2021
    Review provided by G2
    What do you like best about the product?
    The best thing about it was the low barrier to entry. The concepts to get started are simple, the C# client is easy and complete. I did not have to worry about complex key requirements and such which I had when starting up with other document stores like DynamoDb.

    Notable mention is the map reduce that you can do with C# code, that was really powerful. The management studio was also an added advantage, really intuitive to use and very powerful.
    What do you dislike about the product?
    Once in a while the indexing just seemed to fail.

    I have noticed there are now some indexing extensions on nuget that I was not familiar with before and wondering if those could have helped back then.
    What problems is the product solving and how is that benefiting you?
    We needed a easy and fast way to retrieve and store data. We did not have any complex queries/requirements to fetch data and a document store was the best for us.

    We realized great performance and the code required to store and fetch data was simple and reusable making the team efficient in that regard.
    Recommendations to others considering the product:
    I think RavenDB is a great choice, especially for those entering document databases for the first time.
    Computer Software

    The experience was good with good support.

    Reviewed on Jan 19, 2021
    Review provided by G2
    What do you like best about the product?
    Easy installation and setup. Good administration panel.
    What do you dislike about the product?
    Sometimes we had synchronization issues due to failed replication.
    What problems is the product solving and how is that benefiting you?
    CQRS implementation with using RavenDB for fast searches.
    Recommendations to others considering the product:
    Follow setup instructions and watch for synchronization issues
    Alexander T.

    RavenDb is easy to work with

    Reviewed on Jan 10, 2021
    Review provided by G2
    What do you like best about the product?
    It has a free version for local development. It provides an easy to use Admin interface to manage the local cluster. It has good integration with .NET (Core).
    What do you dislike about the product?
    On my part I was still learning how to handle indexes and their documentation helped.
    What problems is the product solving and how is that benefiting you?
    Building a form engine where the form data was defined using a json file. RavenDb was a good alternative to other NoSQL databases because it had good integration with C# .NET.