FalkorDB Pricing Plans Comparison
Terms
Pricing Calculation
We charge deployments based on Core/Hour and Memory GB/Hour usage. You pay 0.01 per Memory GB/Hour.
Standalone
Monthly Cost = Hourly Cost Γ 730 hours/month.
Replicated (High Availability, Master (x1), Replica (x1))
Note: In the Replicated table, Cores and Memory (GB) are per instance. Max Graph Dataset (GB) is calculated as 2 GB for 4 GB containers and 75% of memory for containers larger than 4 GB. We charge an additional 2 cores and 2 GB for replication and cluster since they require an extra component (sentinel for replication and rebalancer for cluster).
Use our graph size calculator to further estimate your cost. β οΈ Prices are subject to change
Stopped Instances
An instance that is stopped will be removed after 14 days. Before removal, a snapshot will be taken containing its data, allowing it to be restored for the next 14 days.
Snapshots
All snapshots are automatically deleted after 14 days. This applies to every snapshot, including the one taken before a stopped instance is removed.
Backups
Backups are taken automatically every 12h and retained for 7 days.
Getting Started
Getting Support
Pro Tier customers receive 24/7 support. Open a support ticket by emailing [email protected]. See the Support page for what to include in your request.Frequently Asked Questions
What does High Availability mean in the Pro Tier?
What does High Availability mean in the Pro Tier?
High Availability (HA) uses a master-replica architecture with automatic failover. If the primary node fails, the replica takes over, minimizing downtime for your application.
How is Pro Tier pricing calculated?
How is Pro Tier pricing calculated?
Pro Tier charges are based on 0.01 per Memory GB/Hour. The starting configuration (2 cores, 8GB RAM) costs approximately $350/month.
What is continuous persistence?
What is continuous persistence?
Continuous persistence combines AOF (Append-Only File) and Snapshots to minimize data loss. With the default
appendfsync everysec policy, at most ~1 second of writes may be lost during an unexpected crash. This provides strong durability without significant performance overhead.Does the Pro Tier include dedicated support?
Does the Pro Tier include dedicated support?
Yes, the Pro Tier includes 24/7 dedicated support. For a dedicated account manager, you would need to upgrade to the Enterprise tier.
Can I deploy across multiple availability zones?
Can I deploy across multiple availability zones?
Yes, the Pro Tier supports multi-zone deployment, distributing your database across multiple availability zones for resilience against zone-level failures on AWS or GCP.