Blog
PRODUCTS
KEYWORDS
The inspiration for Dolt and DoltHub was data sharing. Most data today is shared via file. Common data formats are CSV, XML, or JSON. Dolt is a fully capable MySQL-compatible SQL database with Git-like version…
15 min readRead MoreHow running bats tests with massive parallelism using AWS Lambda speeds up our CI and local iteration cycle
9 min readRead MoreWhat open source database is faster? Postgres or MySQL? It's surprisingly hard to find latency benchmark comparisons between these two databases. Here at DoltHub, we're building the world's first version co…
5 min readRead MoreWe use Prolly Trees to unlock fast version control of JSON documents just like we do with tables.
11 min readRead MoreHow the new range iterators in the upcoming Go 1.23 release work, with examples
9 min readRead MoreDoltLab v2.2.0 is out now which simplifies setup and gets you up and running faster!
5 min readRead MoreAs promised in Three-way Merge Opus, I've come with a plethora of examples of three-way merge in a SQL database. Dolt is the only SQL database to support three-way merge of both data and schema. Getting Sta…
14 min readRead MoreHow to convert strings and quoted identifiers in MySQL queries into their Postgres equivalents
4 min readRead MoreMultiversion concurrency control (MVCC) is a technique relational databases use to avoid concurrent transactions blocking one another. This is how databases move beyond the performance limitations of two-pha…
6 min readRead MoreDolt now supports replicating to MySQL databases
9 min readRead MoreWhen you build a database from scratch, you hear a lot of reasons why potential customers choose not to use it. Dolt adds compelling Git-like version control features to the classic SQL database. These feature…
8 min readRead MoreWe've been working on pg_catalog support in Doltgres so that you can use Doltgres with your favorite SQL workbench or ORM. This blog gives an update of our progress.
9 min readRead MoreHow to write a generic collection type in Go: 2 wrong ways and the right way.
13 min readRead MoreA demonstration, complete with sample code, on how to use Prisma with Dolt, the world's first version controlled SQL database.
13 min readRead MoreLearn how to set up and use AWS SES as your SMTP server for DoltLab.
6 min readRead MoreWelcome back to another installment of Dolt's monthly correctness updates! Here's last month's update, in case you missed it. This month, a couple new Dolt customers came to us with a variety of issues; they…
4 min readRead MoreDesigning a schema for your relational database is a daunting task that has long term implications for the database's performance, maintainability, and correctness. And it often requires making decisions befor…
12 min readRead MoreDolt is a version controlled SQL database. How would you use such a thing? Are you building a data curation application for your customers? Are your customers asking for version control features like branch…
4 min readRead MoreOne of Golang's steepest learning curves is how to use channels. At the practical level, channels are locked, buffered queues. Their API matches that of a queue, the implementation is a queue, and I find …
8 min readRead MoreIntroducing Badges on DoltHub: Celebrate Your Milestones As DoltHub continues to grow, we’re excited to see more users actively engaging — creating databases, merging pull requests, and opening issues. Fo…
3 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord