Blog

PRODUCTS

KEYWORDS

0 matching articles.
  1. We'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 read
    Read More
  2. Dolt MySQL Differences

    Here 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 read
    Read More
  3. Spotify 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 read
    Read More
  4. Dolphie Works with Dolt

    A demonstration, complete with sample code, on how to use Dolphie with Dolt, the world's first version controlled SQL database.

    3 min read
    Read More
  5. Four 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 read
    Read More
  6. We'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 read
    Read More
  7. Suppose 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 read
    Read More
  8. Advanced config.yaml

    Last 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 read
    Read More
  9. Announcing the Dolt Workbench Remotes Tab

    Dolt Workbench now lets you set up remotes and sync databases by pulling and pushing changes.

    3 min read
    Read More
  10. Dolt Certs

    In 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 read
    Read More
  11. Mydumper Works with Dolt

    A demonstration, complete with sample code, on how to use Mydumper with Dolt, the world's first version controlled SQL database.

    4 min read
    Read More
  12. Pull Request CI on DoltHub

    We're excited to announce that CI testing on pull requests is now live on DoltHub.com.

    12 min read
    Read More
  13. Dolt now supports caching_sha2_password auth, which you may need if you want to use the MySQL-9.0 innovation release.

    6 min read
    Read More
  14. A Tour of config.yaml

    Hot on the heels of my overview of Dolt configuration, I'm going to do a deep dive on config.yaml, the configuration file for a Dolt SQL Server. As I was writing the configuration overview, I realized our docu…

    22 min read
    Read More
  15. Decentralized Wikipedia Update

    Dolt is a decentralized database. In the past ten years or so decentralization has gone through a few hype cycles. I think we're in a pro-decentralization hype period right now. Decentralization hype tracks th…

    7 min read
    Read More
  16. As Doltgres is being rapidly developed, we needed Postgres-specific solutions to certain version control features that are implemented in Dolt. This blog walks through how we converted MySQL-flavored system t…

    8 min read
    Read More
  17. Last time, I discussed a specific design problem that I encountered while writing generic code in Go, and how I eventually solved it. I was proud that I had found a solution, although less proud that it wasn't…

    14 min read
    Read More
  18. Dolt Configuration

    Dolt configuration is a bit of a mess. To start, it's a union of Git and MySQL styles of configuration. Then, Dolt specific configuration is sprinkled on top. It's been on our list for a long time to consolida…

    5 min read
    Read More
  19. Dolt SSL Authentication

    Dolt is the world's first and only version controlled SQL database. Dolt is fully MySQL-compatible. You connect to it with any MySQL client. Some MySQL clients require connection authentication using Transport…

    3 min read
    Read More
  20. Workbenches are Better with a Version Controlled Database

    The Dolt Workbench illustrates how much better the workbench experience can be when using a version controlled database. Find out how and why in this blog.

    6 min read
    Read More
  21. Tim Sehn

    Tim's Weekly DoltHub Update

    Stay in the loop and join the community on Discord