Releases
v1.43.5
Merged PRs
dolt
8446 : Implemented checking out a table or tables from another commit
Fixes #8442
e.g. dolt checkout HEAD~ -- table1 table2
Closed Issues
8442 : dolt can restore individual or specified files up to the specified commit record
Performance
Read Tests
MySQL
Dolt
Multiple
covering_index_scan
2.07
0.63
0.3
groupby_scan
13.22
16.71
1.3
index_join
1.37
2.3
1.7
index_join_scan
1.3
1.89
1.5
index_scan
34.33
56.84
1.7
oltp_point_select
0.18
0.27
1.5
oltp_read_only
3.49
5.47
1.6
select_random_points
0.34
0.61
1.8
select_random_ranges
0.39
0.62
1.6
table_scan
34.95
57.87
1.7
types_table_scan
74.46
147.61
2.0
reads_mean_multiplier
1.5
Write Tests
MySQL
Dolt
Multiple
oltp_delete_insert
8.13
5.99
0.7
oltp_insert
3.75
2.91
0.8
oltp_read_write
8.58
11.45
1.3
oltp_update_index
3.89
2.97
0.8
oltp_update_non_index
3.89
2.91
0.7
oltp_write_only
5.28
5.99
1.1
types_delete_insert
7.84
6.43
0.8
writes_mean_multiplier
0.9
TPC-C TPS Tests
MySQL
Dolt
Multiple
tpcc-scale-factor-1
99.29
40.5
2.5
tpcc_tps_multiplier
2.5
Overall Mean Multiple
1.63
You can’t perform that action at this time.