github dolthub/dolt v1.35.1
1.35.1

latest releases: v1.41.1, v1.41.0, v1.40.3...
3 months ago

Merged PRs

dolt

  • 7553: go/store/datas/pull: Create a PullChunkTracker for keeping track of what to pull.
    The PullChunkTracker is an optimization which can concurrently call HasMany on the destination database while chunks are being pulled from the source database.

go-mysql-server

vitess

  • 314: support casting to year
  • 313: supports FROM s.account, in which account is non-reserved keyword

Closed Issues

  • 7561: "Data length" (i.e., table size on disk) value in DBeaver appears to be wrong
  • 7555: Got "Invalid ON UPDATE clause" after bump to v0.18.0
  • 3403: Support Shallow Clone
  • 6982: Investigating TPCC perf
  • 7371: Crash by INNER JOIN
  • 2364: Panic when executing sql statements from external command line tool after startup
  • 2341: Does it support Functional Key Parts index ?
  • 2349: Foreign key constraints break auto-incrementing ids in memory mode
  • 1157: show index from table_name doesn't include primary key
  • 1340: Hangs on TPC-H Query 1
  • 399: sql.FilteredTable usage and implementation
  • 514: benchmark memory db
  • 807: Documentation of some interfaces and some important concepts
  • 1567: navicat connect DB but can not edit
  • 2213: UPDATE statements are Noop
  • 2215: any plan to build new release?

Performance

Read Tests MySQL Dolt Multiple
covering_index_scan 2.11 3.02 1.4
groupby_scan 13.46 18.61 1.4
index_join 1.34 5.37 4.0
index_join_scan 1.25 2.18 1.7
index_scan 34.33 63.32 1.8
oltp_point_select 0.17 0.47 2.8
oltp_read_only 3.36 7.98 2.4
select_random_points 0.32 0.77 2.4
select_random_ranges 0.39 0.92 2.4
table_scan 34.33 63.32 1.8
types_table_scan 75.82 170.48 2.2
reads_mean_multiplier 2.2
Write Tests MySQL Dolt Multiple
oltp_delete_insert 7.98 7.04 0.9
oltp_insert 3.75 3.43 0.9
oltp_read_write 8.43 15.83 1.9
oltp_update_index 3.82 3.62 0.9
oltp_update_non_index 3.82 3.55 0.9
oltp_write_only 5.37 7.98 1.5
types_delete_insert 7.7 7.84 1.0
writes_mean_multiplier 1.1
TPC-C TPS Tests MySQL Dolt Multiple
tpcc-scale-factor-1 103.25 23.96 5.0
tpcc_tps_multiplier 5.0
Overall Mean Multiple 2.77

Don't miss a new dolt release

NewReleases is sending notifications on new releases.