TL;DR
Recent benchmarks compare SurrealDB 3.x with Postgres, MongoDB, Neo4j, and Redis, revealing significant performance improvements and competitive advantages in durability. SurrealDB 3.x shows notable gains in CRUD operations, full-table scans, and latency. The tests used production-grade configurations with full disk durability enabled, providing a realistic performance picture.
Benchmark results released in March 2024 demonstrate that SurrealDB 3.x significantly outperforms earlier versions and rivals established databases such as Postgres, MongoDB, Neo4j, and Redis in various workloads, using production-grade configurations with full disk durability enabled.
The benchmarks were conducted on identical hardware: an AMD Ryzen Threadripper 9970X with 128 GiB DDR5 RAM, NVMe storage, running Ubuntu 24.04. The testing harness, crud-bench, translated workloads into each database’s native query language, ensuring fairness. All databases were configured for production use, with fsync and snapshot isolation enabled, avoiding in-memory shortcuts.
SurrealDB 3.x showed substantial performance gains: a 164-fold increase in full-table scan speed compared to version 1.x, with 11 ops/sec. CRUD throughput rose from 78,000 to 141,000 operations per second, and query latency improved across all metrics—up to 99% faster in scans. These improvements are attributed to internal rewrites of the query, parser, and storage layers, and the elimination of per-row decoding overhead.
When compared to PostgreSQL, SurrealDB demonstrated approximately 1.5 times faster write operations (creates, updates, deletes) and about 1.3 times faster reads. Against MySQL, SurrealDB was 5 to 7 times faster on write operations. In the document database category, SurrealDB outperformed MongoDB in read and filter scan operations, especially on unindexed workloads, being roughly 2.7 times faster in filter scans.
Why It Matters
The benchmarks highlight SurrealDB 3.x’s significant advancements in performance and durability, positioning it as a competitive multi-model database option for production deployments. The improvements in CRUD throughput and full-table scans suggest better handling of complex workloads, which can influence database selection decisions for enterprises seeking a durable, high-performance solution.
These results are especially relevant as SurrealDB continues to evolve from its earlier versions, demonstrating its potential to challenge more established databases in both transactional and analytical tasks. The full disk durability configuration underscores its readiness for real-world, resilient deployment scenarios.

SQL Server 2025 Unveiled: The AI-Ready Enterprise Database with Microsoft Fabric Integration
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Background
Previous benchmark rounds with fsync disabled showed higher throughput but less realistic performance, as most production environments require full durability. SurrealDB’s internal overhaul over three major releases has focused on improving query performance and storage efficiency. Historically, databases like Postgres and MySQL have set performance standards, but emerging multi-model solutions like SurrealDB are closing the gap, especially in mixed workloads.
The benchmarking methodology used identical hardware and configurations, reflecting real-world production settings. Prior to this, SurrealDB’s performance was less competitive, but recent releases have significantly improved its capabilities, as evidenced by the latest results.
“SurrealDB 3.x demonstrates remarkable performance gains, especially in full-table scans and CRUD operations, thanks to internal architecture improvements.”
— Benchmarking team
“The full disk durability configuration provides a realistic view of SurrealDB’s capabilities in production environments, setting it apart from earlier benchmarks.”
— Database expert

WD_BLACK SN850X 1TB NVMe SSD – M.2 2280, Up to 7,300 MB/s Read speeds, Up to 6,300 MB/s write speeds, Gaming Expansion, High Performance Internal Solid State Drive – WDS100T2X0E
TRANFORM YOUR PC: Insane speeds up to 7,300MB/s (1TB – 4TB models) deliver top-tier performance with ridiculously short…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What Remains Unclear
It remains unclear how SurrealDB 3.x will perform under different workloads, such as high concurrency with complex joins or in distributed deployments. Further testing is needed to verify scalability and stability in diverse environments.

NEMIX RAM 64GB (2X32GB) DDR5 4800MHz PC5-38400 2Rx8 1.1V CL40 288-PIN ECC RDIMM Registered Server Memory KIT
NEMIX RAM is a Distributor and Manufacturer of Computer Memory and Storage Upgrades. Specializing in Enterprise Storage RAM…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
What’s Next
Next steps include testing SurrealDB 3.x in real-world production scenarios, evaluating its scalability across distributed systems, and benchmarking with more complex workloads. Updates to documentation and further tuning are expected as the database matures.

EZITSOL USB for Ubuntu 24.04 & 22.04 64bit,Lubuntu 18.04 32bit | 3IN1 Bootable Linux USB flash drive/Stick,Jump Drive,Pendrive,Thumb drive
3-in-1: 16GB Multiboot USB flash drive for Ubuntu 24.04 LTS 64bit & 22.04 LTS 64bit, Lubuntu 18.04 LTS…
As an affiliate, we earn on qualifying purchases.
As an affiliate, we earn on qualifying purchases.
Key Questions
How does SurrealDB 3.x compare to other databases in real-world use?
While benchmark results are promising, real-world performance depends on workload specifics, hardware, and configuration. Further testing is needed to confirm its advantages in production environments.
What are the main improvements in SurrealDB 3.x?
Significant gains in query speed, especially in full-table scans and CRUD operations, due to internal architecture rewrites and elimination of decoding overhead.
Is SurrealDB suitable for large-scale, high-availability deployments?
Current benchmarks with full durability are promising, but additional testing is required to assess scalability and resilience in distributed environments.
Will SurrealDB close the performance gap with traditional relational databases?
It is making substantial progress, especially in transactional workloads, but some gaps remain, particularly in complex query planning and filtering.
Source: Hacker News