Merged PRs
dolt
- 9956: go.mod,.github: Build with go 1.25.1.
1.25.2 introduces stricter net/url.Parse semantics on bracketed hostname components, which breaks the (non-standard) URLs that Dolt uses for AWS remotes. We will build with the previous version of Go until we can fix this.
Closed Issues
- 9941: Add an INFO message to the sql-server logs for MCP server start if configured
- 9942: Error in logs when using
claude mcp list
Performance
Read Tests | MySQL | Dolt | Multiple |
---|---|---|---|
covering_index_scan | 1.86 | 0.65 | 0.35 |
groupby_scan | 13.7 | 18.61 | 1.36 |
index_join | 1.5 | 2.43 | 1.62 |
index_join_scan | 1.5 | 1.39 | 0.93 |
index_scan | 34.95 | 30.26 | 0.87 |
oltp_point_select | 0.21 | 0.28 | 1.33 |
oltp_read_only | 3.89 | 5.37 | 1.38 |
select_random_points | 0.36 | 0.58 | 1.61 |
select_random_ranges | 0.39 | 0.61 | 1.56 |
table_scan | 34.95 | 32.53 | 0.93 |
types_table_scan | 75.82 | 130.13 | 1.72 |
reads_mean_multiplier | 1.24 |
Write Tests | MySQL | Dolt | Multiple |
---|---|---|---|
oltp_delete_insert | 8.43 | 6.55 | 0.78 |
oltp_insert | 4.18 | 3.25 | 0.78 |
oltp_read_write | 9.39 | 11.87 | 1.26 |
oltp_update_index | 4.25 | 3.3 | 0.78 |
oltp_update_non_index | 4.25 | 3.25 | 0.76 |
oltp_write_only | 5.28 | 6.43 | 1.22 |
types_delete_insert | 8.58 | 6.91 | 0.81 |
writes_mean_multiplier | 0.91 |
TPC-C TPS Tests | MySQL | Dolt | Multiple |
---|---|---|---|
tpcc-scale-factor-1 | 92.85 | 39.31 | 2.36 |
tpcc_tps_multiplier | 2.36 |
Overall Mean Multiple | 1.50 |
---|