
NoSQL Document Database
Easy, Fast, Reliable with Multi-Document ACID Transactions
-
Getting Started
All you need to know about RavenDBGetting Started
All you need to know about RavenDB -
Multi-document ACID Transactions
RavenDB is fully transactionalMulti-document ACID Transactions
RavenDB is fully transactional -
Management Studio
Our GUI makes the user experience enjoyableManagement Studio
Our GUI makes the user experience enjoyable -
Powerful Querying
Full-text search out of the boxPowerful Querying
Full-text search out of the box -
RavenDB Workshops
Live, interactive lessons with a RavenDB ExpertRavenDB Workshops
Live, interactive lessons with a RavenDB Expert
Live, interactive lessons with a RavenDB Expert
JOIN OVER 1000 CUSTOMERS WORLDWIDE
Install On-Premise

Database as a Service


Supported clients
- C#
- Java
- Node.js
- Python
- C++
- Go
- PHP
Fully Transactional NoSQL Database
Get the benefits of NoSQL while keeping the most essential parts of a relational database.
RavenDB is perfect for OLTP tasks like processing sales, purchases and more.
Multi-Model Architecture
RavenDB supports automatic ETL (Extract, Transform and Load) processes to replicate data to SQL solutions.
As an ACID database, you can use RavenDB in conjunction with your existing SQL databases and enjoy the best of both worlds.
All-in-One Database
Our in-house storage engine is designed to serve all your needs in one place.
You have at your fingertips features you would usually have to plug in from someplace else, saving you time and money. We automate a lot of tasks to reduce your overhead so there is less need for costly support.
Easy to Use
RavenDB is easy to install, implement, and use.
There is a small ramp up to learn. Our high-quality GUI with heavy built-in monitoring and SQL-based query language makes RavenDB user friendly for developers and non-developers alike.
Scale Up Fast
Setting up a cluster is as simple as point and click in the RavenDB Management Studio.
Keep up with the ever-increasing amounts of data and web traffic effectively and efficiently by creating new database nodes within minutes.
High Availability
Real time replication between nodes keeps your database online and available across multiple points at all times.
Your cluster keeps working amidst network partition. Balance load, reduce latency, and optimize performance within multiple locations to serve your users.
Faster than ever
Manage over 1 million reads per second and 150,000 writes on simple commodity hardware.
Try our Studio
FREE with every license
Stunning & intuitive UI
Live monitoring
Effortless configuration
Comprehensive performance statistics
Deep insight into database internal
Extensive logging & incident reporting
Download with Free License
See also

Optimizing a three-way merge
Deep inside of the Corax indexing engine inside of RavenDB there is the notion of a posting list. A posting list is just an ordered set of entry ids that contains a particular term. During the indexing process, we need to add and remove items from that posting list. This ends up being something like […]

Not all O(1) operations are considered equal
At some point in any performance optimization sprint, you are going to run into a super annoying problem: The dictionary. The reasoning is quite simple. One of the most powerful optimization techniques is to use a cache, which is usually implemented as a dictionary. Today’s tale is about a dictionary, but surprisingly enough, not about […]