Skip to content

1.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 22:05

Merged PRs

dolt

  • 6268: chore: slice replace loop
  • 6267: change commit to print with printCommitInfo
    Changes commit to print with printCommitInfo. This prevents seg fault errors from using dolt log as was previously done.
  • 6258: Update dolt_schema_diff test data to be more descriptive
    This matches the upcoming documentation for dolt_schema_diff function: dolthub/docs#1575
  • 6247: removed io/ioutil usage
    Also fixed a resource leak in a test revealed by this fix
  • 6241: Migrate dolt conflicts resolve to use only SQL
    This change migrates dolt conflicts resolve to only use SQL.
    Related: #3922
  • 6223: Migrate dolt conflicts cat to SQL
    Migrate dolt conflicts cat to use SQL.
    Currently only dolt conflicts cat is migrated, dolt conflicts resolve is not yet migrated.
    Related: #3922
  • 6214: updates dolt reset to use sql queries
    This change updates dolt reset to use the appropriate sql engine to generate results.
    Related: #3922

Closed Issues

  • 6269: Three table join sensitive to join order

Latency

Read Tests MySQL Dolt Multiple
covering_index_scan 1.96 2.66 1.4
groupby_scan 12.3 16.71 1.4
index_join 1.16 4.25 3.7
index_join_scan 1.12 2.11 1.9
index_scan 30.26 53.85 1.8
oltp_point_select 0.14 0.46 3.3
oltp_read_only 2.86 7.98 2.8
select_random_points 0.29 0.74 2.6
select_random_ranges 0.35 1.06 3.0
table_scan 30.81 55.82 1.8
types_table_scan 69.29 155.8 2.2
reads_mean_multiplier 2.4
Write Tests MySQL Dolt Multiple
bulk_insert 0.001 0.001 1.0
oltp_delete_insert 4.91 5.88 1.2
oltp_insert 2.39 2.86 1.2
oltp_read_write 6.43 15.0 2.3
oltp_update_index 2.76 2.97 1.1
oltp_update_non_index 2.61 2.97 1.1
oltp_write_only 3.49 7.43 2.1
types_delete_insert 4.91 6.32 1.3
writes_mean_multiplier 1.4
Overall Mean Multiple 2.0