Blog
PRODUCTS
KEYWORDS
Dolt is the world's first and only version-controlled SQL database. But it didn't start its life as a version-controlled database. It started as a command line tool for sharing datasets. And that history has…
4 min readRead MoreDolt is easy to query from Go apps. In this post, we show how to use the low-level database/sql package and the third-party sqlx library to query a Dolt sql-server.
13 min readRead MoreDolt is like Git and MySQL had a baby. What does that mean in practice? We've been building Dolt for over six years now. We've been writing three blog articles a week for five years and five blog articles a…
7 min readRead MoreFetching a lot of redundant tags should be fast - Now it is!
4 min readRead MoreWe're using Go to write Dolt, the world's first version-controlled SQL database. This blog discusses how we sped up our table scans by 24% by avoiding interfaces at critical junctions. Interfaces Are Hand…
5 min readRead MoreDolt now allows tables to index vector columns in order to optimize Approximate Nearest Neighbor searches.
7 min readRead MoreThe Dolt root superuser is now persisted to disk and restricted to localhost by default
5 min readRead MoreDoltLab Enterprise can now run in offline mode! Read more to learn how you can get started with offline Enterprise today.
4 min readRead MoreLearn how to synchronize your branches with remotes using the new fetch and sync features in the Dolt Workbench.
3 min readRead MoreUsing Dolt's rebasing support can help you keep your development branches tidy, as demonstrated with a video game configuration example
11 min readRead MoreWe're using Go to write Dolt, the world's first and only version-controlled SQL database. dolt loves go As a database program, Dolt has to deal with lots of large data objects. Oftentimes, these large …
5 min readRead MoreHere at DoltHub, we tell users "Dolt is a drop in replacement for MySQL". We're also quick to remind users that "There is no MySQL code in Dolt". Dolt is built from the storage engine up to be MySQL-compatible…
5 min readRead MoreSpotify Wrapped popularized a version of the "year in review" format. Now everything is "wrapped". Why can't Dolt be wrapped too? Turns out, Dolt can be wrapped! We're ripping off Spotify's gimmick (but not…
4 min readRead MoreA demonstration, complete with sample code, on how to use Dolphie with Dolt, the world's first version controlled SQL database.
3 min readRead MoreFour years ago DoltDB was about 15x slower than MySQL. At the time, we faced skepticism regarding Prolly-tree performance and scalability. Last year, the first production-grade DoltDB aspired to ~2x read laten…
4 min readRead MoreWe're using Go to write Dolt, the world's first and only version-controlled SQL database. dolt loves go Like any Go program that deals with data, we often find ourselves in need of high-level functions…
6 min readRead MoreSuppose you have a directory of files that you want to sync with your friends. When the files change, you want your friends to be able to download just the changes without needing to re-download the entire dir…
8 min readRead MoreLast week, I wrote an article going over the basic configuration options in Dolt's main SQL Server configuration file, config.yaml. That article was already really long, clocking in at a 23 minute read accordi…
7 min readRead MoreDolt Workbench now lets you set up remotes and sync databases by pulling and pushing changes.
3 min readRead MoreIn my last blog I talked about a lot of aspects of taking your Dolt database to production. One of the things I mentioned was the importance of securing your database, but didn't cover the acquisition and de…
5 min readRead More
Tim's Weekly DoltHub Update
Stay in the loop and join the community on Discord