Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[no-release-notes] Fixed breaking interface changes from GMS #7614

Merged
merged 3 commits into from
Mar 13, 2024

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Mar 13, 2024

Accidentally removed some things from GMS that Dolt was using. Refactored them here:

dolthub/go-mysql-server#2393

Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs go.mod bump, but LGTM

@coffeegoddd
Copy link
Contributor

@zachmu DOLT

comparing_percentages
100.000000 to 100.000000
version result total
19fdbb0 ok 5937457
version total_tests
19fdbb0 5937457
correctness_percentage
100.0

@zachmu zachmu merged commit 7dba92d into main Mar 13, 2024
20 of 21 checks passed
Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.05 0.6
batching batch sql 10000 1 0.08 1.25
batching by line sql 10000 1 0.07 1.43
blob 1 blob 200000 1 0.9 3.07 3.44
blob 2 blobs 200000 1 0.89 3.92 4.58
blob no blob 200000 1 0.88 1.25 1.39
col type datetime 200000 1 0.82 1.65 1.85
col type varchar 200000 1 0.67 1.87 1.91
config width 2 cols 200000 1 0.87 1.74 1.15
config width 32 cols 200000 1 1.89 1.5 2.42
config width 8 cols 200000 1 1.01 1.25 1.55
pk type float 200000 1 0.92 1.1 1.15
pk type int 200000 1 0.76 1.21 1.34
pk type varchar 200000 1 1.54 0.95 0.94
row count 1.6mm 1600000 1 5.65 1.44 1.52
row count 400k 400000 1 1.44 1.38 1.44
row count 800k 800000 1 2.78 1.45 1.5
secondary index four index 200000 1 3.6 1.04 0.91
secondary index no secondary 200000 1 0.91 1.24 1.36
secondary index one index 200000 1 1.11 1.45 1.5
secondary index two index 200000 1 1.98 1.18 1.14
sorting shuffled 1mm 1000000 0 4.97 1.78 1.76
sorting sorted 1mm 1000000 1 4.92 1.79 1.84

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.38
dolt_blame_commit_filter system table 3.63
dolt_commit_ancestors_commit_filter system table 0.82
dolt_commits_commit_filter system table 0.88
dolt_diff_log_join_from_commit system table 2.12
dolt_diff_log_join_to_commit system table 2.12
dolt_diff_table_from_commit_filter system table 1.15
dolt_diff_table_to_commit_filter system table 1.17
dolt_diffs_commit_filter system table 1.09
dolt_history_commit_filter system table 1.46
dolt_log_commit_filter system table 0.91

Copy link

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.72
adds_updates_deletes 60000 60000 60000 3.75
deletes_only 0 60000 0 1.86
updates_only 0 0 60000 2.41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants