---
title: "Dumbo 0.1 Performance"
url: https://daily.dev/posts/dumbo-0-1-performance-bbgz9jxkg
source_url: https://dolthub.com/blog/2026-05-19-dumbodb-01-performance
type: article
source: "DoltHub Blog"
published: 2026-05-31T07:49:17.085Z
updated: 2026-05-31T09:19:46.206Z
tags: ["backend", "mongodb"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Dumbo 0.1 Performance

**[DoltHub Blog](https://daily.dev/sources/dolthub-blog)** · 8 min read · 0 upvotes · 0 comments

## Summary

DumboDB, a new document database combining MongoDB's interface with Dolt's Git-based storage engine, has published its first performance benchmarks comparing it against MongoDB. Single document reads are only ~1.5x slower than MongoDB, which is a positive early result. Single document inserts are 3x-5x slower, and updates show the largest gap — up to 17x slower for large documents, likely due to full document replacement instead of partial updates. Filtering queries reveal that equality index performance needs work (up to 7x slower), while range filters perform well (1.2x-1.7x). The team uses Go's benchmarking framework and parity testing across 61 tests. No deep performance optimization has been done yet; the focus has been on behavioral correctness first.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://dolthub.com/blog/2026-05-19-dumbodb-01-performance>

## Similar posts on daily.dev

- [Dumbo: The Search for Wasted Space](https://daily.dev/posts/dumbo-the-search-for-wasted-space-b3zzdxqrb) · DoltHub Blog · 0 upvotes · 0 comments
- [DumboDB: Does it Work?](https://daily.dev/posts/dumbodb-does-it-work--q0mhad20x) · DoltHub Blog · 12 upvotes · 1 comments
- [DumboDB Indexes: They Work Now\!](https://daily.dev/posts/dumbodb-indexes-they-work-now--xwxczewbi) · DoltHub Blog · 5 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#mongodb](https://daily.dev/tags/mongodb)

[View this post on daily.dev](https://daily.dev/posts/dumbo-0-1-performance-bbgz9jxkg)
