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

Support for schema names in table renames #8643

Merged
merged 10 commits into from
Dec 7, 2024
Merged

Support for schema names in table renames #8643

merged 10 commits into from
Dec 7, 2024

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Dec 5, 2024

Also support for changes in enginetest harness setup in GMS

@coffeegoddd
Copy link
Contributor

@zachmu DOLT

comparing_percentages
100.000000 to 100.000000
version result total
ee7ec0d ok 5937457
version total_tests
ee7ec0d 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
915c88c ok 5937457
version total_tests
915c88c 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@zachmu DOLT

comparing_percentages
100.000000 to 100.000000
version result total
e6545cc ok 5937457
version total_tests
e6545cc 5937457
correctness_percentage
100.0

@zachmu zachmu requested a review from max-hoffman December 6, 2024 18:01
Copy link
Contributor

@max-hoffman max-hoffman left a comment

Choose a reason for hiding this comment

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

LGTM, assuming appropriate tests are somewhere else

@zachmu zachmu merged commit aba8d2a into main Dec 7, 2024
21 checks passed
@coffeegoddd
Copy link
Contributor

@zachmu DOLT

comparing_percentages
100.000000 to 100.000000
version result total
f783a21 ok 5937457
version total_tests
f783a21 5937457
correctness_percentage
100.0

Copy link

github-actions bot commented Dec 7, 2024

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.05 1.6
batching batch sql 10000 1 0.06 1.83
batching by line sql 10000 1 0.07 1.57
blob 1 blob 200000 1 0.87 3.85 4.3
blob 2 blobs 200000 1 0.85 4.47 4.56
blob no blob 200000 1 0.89 2.34 2.35
col type datetime 200000 1 0.81 2.95 2.89
col type varchar 200000 1 0.66 3.41 3.29
config width 2 cols 200000 1 0.81 2.69 2.22
config width 32 cols 200000 1 1.89 1.99 2.57
config width 8 cols 200000 1 0.94 2.4 2.43
pk type float 200000 1 0.86 2.29 2.14
pk type int 200000 1 0.75 2.55 2.4
pk type varchar 200000 1 1.54 1.64 1.51
row count 1.6mm 1600000 1 5.56 2.91 2.68
row count 400k 400000 1 1.43 2.76 2.55
row count 800k 800000 1 2.79 2.85 2.66
secondary index four index 200000 1 3.45 1.41 1.18
secondary index no secondary 200000 1 0.89 2.36 2.34
secondary index one index 200000 1 1.09 2.43 2.28
secondary index two index 200000 1 1.96 1.73 1.6
sorting shuffled 1mm 1000000 0 4.79 2.86 2.79
sorting sorted 1mm 1000000 1 4.79 2.85 2.8

Copy link

github-actions bot commented Dec 7, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.1
dolt_blame_commit_filter system table 2.85
dolt_commit_ancestors_commit_filter system table 0.65
dolt_commits_commit_filter system table 1
dolt_diff_log_join_from_commit system table 2.27
dolt_diff_log_join_to_commit system table 2.27
dolt_diff_table_from_commit_filter system table 1.13
dolt_diff_table_to_commit_filter system table 1.2
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.52
dolt_log_commit_filter system table 1.11

Copy link

github-actions bot commented Dec 7, 2024

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 1.33
batching batch sql 10000 1 0.07 1.57
batching by line sql 10000 1 0.07 1.57
blob 1 blob 200000 1 0.88 3.81 4.02
blob 2 blobs 200000 1 0.88 4.33 4.32
blob no blob 200000 1 0.89 2.37 2.26
col type datetime 200000 1 0.79 3.08 2.9
col type varchar 200000 1 0.66 3.39 3.32
config width 2 cols 200000 1 0.78 2.45 2.28
config width 32 cols 200000 1 1.85 2.01 2.58
config width 8 cols 200000 1 0.96 2.32 2.35
pk type float 200000 1 0.94 2.12 1.93
pk type int 200000 1 0.83 2.3 2.45
pk type varchar 200000 1 1.51 1.85 1.5
row count 1.6mm 1600000 1 5.68 2.85 2.56
row count 400k 400000 1 1.44 2.72 2.49
row count 800k 800000 1 2.89 2.76 2.49
secondary index four index 200000 1 3.53 1.38 1.13
secondary index no secondary 200000 1 0.88 2.36 2.3
secondary index one index 200000 1 1.1 2.42 2.25
secondary index two index 200000 1 1.9 1.78 1.64
sorting shuffled 1mm 1000000 0 4.83 2.82 2.73
sorting sorted 1mm 1000000 1 4.89 2.79 2.72

Copy link

github-actions bot commented Dec 7, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.12
dolt_blame_commit_filter system table 2.91
dolt_commit_ancestors_commit_filter system table 0.63
dolt_commits_commit_filter system table 1.05
dolt_diff_log_join_from_commit system table 2.41
dolt_diff_log_join_to_commit system table 2.31
dolt_diff_table_from_commit_filter system table 1.18
dolt_diff_table_to_commit_filter system table 1.2
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.39
dolt_log_commit_filter system table 1.11

Copy link

github-actions bot commented Dec 7, 2024

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.71
adds_updates_deletes 60000 60000 60000 3.8
deletes_only 0 60000 0 1.88
updates_only 0 0 60000 2.43

Copy link

github-actions bot commented Dec 8, 2024

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 1.33
batching batch sql 10000 1 0.09 1.33
batching by line sql 10000 1 0.08 1.5
blob 1 blob 200000 1 0.93 3.61 3.86
blob 2 blobs 200000 1 0.92 4.12 4.17
blob no blob 200000 1 0.93 2.39 2.22
col type datetime 200000 1 0.82 2.93 2.79
col type varchar 200000 1 0.73 3.11 3.03
config width 2 cols 200000 1 0.82 2.7 2.24
config width 32 cols 200000 1 1.91 1.99 2.52
config width 8 cols 200000 1 0.96 2.36 2.36
pk type float 200000 1 0.84 2.35 2.19
pk type int 200000 1 0.79 2.46 2.28
pk type varchar 200000 1 1.5 1.7 1.53
row count 1.6mm 1600000 1 5.68 2.84 2.58
row count 400k 400000 1 1.5 2.61 2.43
row count 800k 800000 1 2.84 2.8 2.57
secondary index four index 200000 1 3.46 1.4 1.16
secondary index no secondary 200000 1 0.92 2.29 2.28
secondary index one index 200000 1 1.14 2.32 2.19
secondary index two index 200000 1 1.95 1.75 1.6
sorting shuffled 1mm 1000000 0 4.97 2.77 2.65
sorting sorted 1mm 1000000 1 4.93 2.79 2.67

Copy link

github-actions bot commented Dec 8, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.09
dolt_blame_commit_filter system table 2.89
dolt_commit_ancestors_commit_filter system table 0.59
dolt_commits_commit_filter system table 1.11
dolt_diff_log_join_from_commit system table 2.29
dolt_diff_log_join_to_commit system table 2.13
dolt_diff_table_from_commit_filter system table 1.17
dolt_diff_table_to_commit_filter system table 1.18
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.44
dolt_log_commit_filter system table 1.11

Copy link

github-actions bot commented Dec 8, 2024

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.7
adds_updates_deletes 60000 60000 60000 3.84
deletes_only 0 60000 0 1.84
updates_only 0 0 60000 2.4

Copy link

github-actions bot commented Dec 9, 2024

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 1.33
batching batch sql 10000 1 0.07 1.71
batching by line sql 10000 1 0.08 1.5
blob 1 blob 200000 1 0.88 3.84 4.19
blob 2 blobs 200000 1 0.89 4.33 4.29
blob no blob 200000 1 0.91 2.33 2.26
col type datetime 200000 1 0.8 3.03 2.95
col type varchar 200000 1 0.66 3.44 3.44
config width 2 cols 200000 1 0.78 2.46 2.44
config width 32 cols 200000 1 1.87 2.02 2.6
config width 8 cols 200000 1 0.97 2.32 2.62
pk type float 200000 1 0.86 2.26 2.12
pk type int 200000 1 0.8 2.39 2.24
pk type varchar 200000 1 1.48 1.72 1.59
row count 1.6mm 1600000 1 5.56 2.9 2.64
row count 400k 400000 1 1.46 2.69 2.49
row count 800k 800000 1 2.8 2.84 2.6
secondary index four index 200000 1 3.42 1.42 1.22
secondary index no secondary 200000 1 0.88 2.42 2.36
secondary index one index 200000 1 1.15 2.33 2.19
secondary index two index 200000 1 1.93 1.78 1.65
sorting shuffled 1mm 1000000 0 5.03 2.78 2.61
sorting sorted 1mm 1000000 1 5.04 2.78 2.61

Copy link

github-actions bot commented Dec 9, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.1
dolt_blame_commit_filter system table 2.88
dolt_commit_ancestors_commit_filter system table 0.59
dolt_commits_commit_filter system table 1.11
dolt_diff_log_join_from_commit system table 2.34
dolt_diff_log_join_to_commit system table 2.2
dolt_diff_table_from_commit_filter system table 1.2
dolt_diff_table_to_commit_filter system table 1.18
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.36
dolt_log_commit_filter system table 1.05

Copy link

github-actions bot commented Dec 9, 2024

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.74
adds_updates_deletes 60000 60000 60000 3.87
deletes_only 0 60000 0 1.91
updates_only 0 0 60000 2.53

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.

3 participants