Cloud: Tiers and Instances

In this page:


A Free Cloud Node

Free RavenDB cloud nodes are great for experiments and evaluation. They are equipped with the most basic configuration and capabilities. They have a single node and no Service-Level Agreement (SLA).
You can run only one free node per account.

To raise a free cloud node, use the Products tab to create a free-tier instance.

"Tiers and Instances: Free"

Tiers and Instances: Free

  • A free instance is identical to a development Dev10 instance.
    It comes with a monthly credit of $10, used to cover the cost of the instance and incidentals like backup storage and traffic.

    If your free instance uses more resources than the provided credit, you'll need to pay for these resources or stop your instance.

  • The free instance is limited to the community subset of features.

  • If you don't use your free instance for over 30 days, it will be terminated.

A Development Cloud Server

A development server is equipped with all of RavenDB's features but is not suitable for production for the following reasons:

  • A single-node configuration (no replication).
  • Burstable CPU usage, suitable for small to medium production loads.
    Burstable instances can become throttled if usage exceeds allocated resources.
  • Lack of backup procedure.
  • No Service Level Agreement.

To raise a cloud Development server, create a product using the Products tab and select the Development tier.

"Tiers and Instances: Development"

Tiers and Instances: Development


Select your server's configuration

Select a configuration from Dev10 to Dev70.
The configurations are increasingly more and more powerful.

"Development Tier DEV10"

Development Tier DEV10

"Development Tier DEV70"

Development Tier DEV70


Select your storage

Select your storage type and size.

"Development Tier: Storage"

Development Tier: Storage

In addition to the CPU / memory resources allocated to your instances, you can select the type of storage that will be assigned to your RavenDB instances. It is fairly obvious why the size of the storage matters, but it is important to also understand the impact of the storage type and allocated IOPS on the overall performance.

RavenDB, as a database, is sensitive to I/O latencies resulting from slow storage. If your instances are running into high I/O latencies, RavenDB will alert you to the issue so you can upgrade the type of storage you are using and the number of IOPS reserved for your instances.

A Production Cloud Cluster

The default production configuration is a three-node cluster, provisioned in separate availability zones for maximum durability.

RavenDB Cloud also offers multi-region clusters to minimize local latency and clusters with a higher number of nodes to further distribute the cluster's workload.
Contact Support to provision customized cloud-based clusters with configurations that suit your needs.

"Production Tier"

Production Tier

Please be aware that cloud cluster nodes are provided with dynamic IP addresses and are not guaranteed to keep the same addresses if the instances they reside on are rebooted.

The production tier offers three instance levels:

  1. Basic
  2. Standard
  3. Performance

1. Basic-grade Production Cluster

Basic production clusters are burstable.
While suitable for low to medium workloads, they trade-off peak efficiency for lower costs.

Throttling

If burstable instances use more than their allocated budget, they can become throttled.

"Production: Basic"

Production: Basic


2. Standard-grade Production Cluster

The resources of standard production clusters are reserved.
The cluster can utilize them at all times, and is equipped to handle constant production load.

Use the slide-bars to select your Standard Production cluster's configuration and storage.

"Production: Standard P10"

Production: Standard P10

"Production: Standard P50"

Production: Standard P50

"Standard Storage"

Standard Storage

In addition to the CPU / memory resources allocated to your instances, you can select the type of storage that will be assigned to your RavenDB instances. It is fairly obvious why the size of the storage matters, but it is important to also understand the impact of the storage type and allocated IOPS on the overall performance.

RavenDB, as a database, is sensitive to I/O latencies resulting from slow storage. If your instances are running into high I/O latencies, RavenDB will alert you to the issue so you can upgrade the type of storage you are using and the number of IOPS reserved for your instances.


3. Performance-grade Production Cluster

Performance tier cluster are special reserved production clusters featuring high-throughput and low latency with a directly mapped local NVMe storage. When multiple NVME disks are available, in order to achieve the best possible throughput and to get as many IOPS as possible, multiple NVME volumes are striped together with RAID0.

Scaling up and ephemeral drives

Local NVMe disks on PN instance types are ephemeral, data will be lost on these disks if the VM is stopped (terminated). During normal operations, like OS or RavenDB updates and restarts, data is being preserved and there is no need to worry about the ephemeral nature of the disks. Higher-risk operations like scaling-up, where we do copy data to a temporary non-ephemeral drive, are dispatched manually by our team upon Support Request created in the RavenDB Cloud Portal.

All products in this category are offered only with high-availability cluster of a minimum 3 nodes to balance the ephemeral nature of the disks.

Snapshot backups

Since this type of RavenDB clusters is designed to hold data of terrabyte order of magnitude, by default PN instance types run backups of type Snapshot to ensure fast data restore.

Local NVMe drives on PN clusters are encrypted by default using hardware-based encryption.

"Production: Performance"