Skip to content

recursively walk the fields of structs#7267

Merged
bheni merged 5 commits intomainfrom
bh/walk
Jan 6, 2024
Merged

recursively walk the fields of structs#7267
bheni merged 5 commits intomainfrom
bh/walk

Conversation

@bheni
Copy link
Copy Markdown
Contributor

@bheni bheni commented Jan 5, 2024

No description provided.

Copy link
Copy Markdown
Contributor

@coffeegoddd coffeegoddd left a comment

Choose a reason for hiding this comment

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

LGTM!

@bheni bheni merged commit 6b6de81 into main Jan 6, 2024
@bheni bheni deleted the bh/walk branch January 6, 2024 00:34
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 6, 2024

@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.19 3.6
blob 2 blobs 200000 1 0.88 4.13 4.72
blob no blob 200000 1 0.86 1.35 1.44
col type datetime 200000 1 0.81 1.75 1.9
col type varchar 200000 1 0.66 2 2.09
config width 2 cols 200000 1 0.83 1.2 1.23
config width 32 cols 200000 1 1.95 1.37 2.38
config width 8 cols 200000 1 1.26 1.03 1.25
pk type float 200000 1 0.86 1.22 1.23
pk type int 200000 1 0.81 1.23 1.25
pk type varchar 200000 1 1.54 0.98 0.95
row count 1.6mm 1600000 1 5.64 1.5 1.54
row count 400k 400000 1 1.4 1.46 1.5
row count 800k 800000 1 2.8 1.48 1.53
secondary index four index 200000 1 3.53 1.13 0.93
secondary index no secondary 200000 1 0.89 1.29 1.4
secondary index one index 200000 1 1.13 1.48 1.47
secondary index two index 200000 1 1.97 1.23 1.12
sorting shuffled 1mm 1000000 0 5.38 1.85 1.88
sorting sorted 1mm 1000000 1 5.41 1.8 1.85

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 6, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.07
dolt_blame_commit_filter system table 2.72
dolt_commit_ancestors_commit_filter system table 0.9
dolt_commits_commit_filter system table 0.97
dolt_diff_log_join_from_commit system table 1.67
dolt_diff_log_join_to_commit system table 1.67
dolt_diff_table_from_commit_filter system table 1.11
dolt_diff_table_to_commit_filter system table 1.04
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.16
dolt_log_commit_filter system table 0.9

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 6, 2024

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.72
adds_updates_deletes 60000 60000 60000 3.8
deletes_only 0 60000 0 1.84
updates_only 0 0 60000 2.35

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 7, 2024

@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.06 1.5
batching by line sql 10000 1 0.07 1.43
blob 1 blob 200000 1 0.89 3.17 3.54
blob 2 blobs 200000 1 0.9 3.89 4.43
blob no blob 200000 1 0.87 1.3 1.41
col type datetime 200000 1 0.83 1.7 1.87
col type varchar 200000 1 0.66 1.91 1.97
config width 2 cols 200000 1 0.8 1.19 1.29
config width 32 cols 200000 1 1.8 1.41 3.01
config width 8 cols 200000 1 0.95 1.34 1.66
pk type float 200000 1 0.87 1.2 1.29
pk type int 200000 1 0.78 1.28 1.31
pk type varchar 200000 1 1.56 0.97 1.05
row count 1.6mm 1600000 1 5.5 1.5 1.56
row count 400k 400000 1 1.38 1.45 1.5
row count 800k 800000 1 2.83 1.44 1.49
secondary index four index 200000 1 3.59 1.08 0.89
secondary index no secondary 200000 1 0.86 1.33 1.44
secondary index one index 200000 1 1.1 1.54 1.5
secondary index two index 200000 1 1.98 1.21 1.11
sorting shuffled 1mm 1000000 0 5.12 1.82 1.81
sorting sorted 1mm 1000000 1 5.06 1.86 1.83

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 7, 2024

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.1
dolt_blame_commit_filter system table 2.71
dolt_commit_ancestors_commit_filter system table 0.87
dolt_commits_commit_filter system table 0.94
dolt_diff_log_join_from_commit system table 1.64
dolt_diff_log_join_to_commit system table 1.66
dolt_diff_table_from_commit_filter system table 1.15
dolt_diff_table_to_commit_filter system table 1.08
dolt_diffs_commit_filter system table 1.03
dolt_history_commit_filter system table 1.2
dolt_log_commit_filter system table 0.93

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 7, 2024

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.73
adds_updates_deletes 60000 60000 60000 3.74
deletes_only 0 60000 0 1.85
updates_only 0 0 60000 2.39

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants