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] range select perf bump #8241

Merged
merged 5 commits into from
Aug 14, 2024
Merged

Conversation

max-hoffman
Copy link
Contributor

No description provided.

@max-hoffman
Copy link
Contributor Author

#benchmark

Copy link

github-actions bot commented Aug 9, 2024

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
40fde49 ok 5937457
version total_tests
40fde49 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

test_name from_latency_p95 to_latency_p95 is_faster
tpcc-scale-factor-1 61.08 62.19 0
test_name server_name server_version tps test_name server_name server_version tps is_faster
tpcc-scale-factor-1 dolt 918580a 39.64 tpcc-scale-factor-1 dolt 40fde49 39.47 0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

read_tests from_latency_median to_latency_median is_faster
covering_index_scan 1.21 1.06 1
groupby_scan 17.32 17.01 0
index_join 2.71 2.66 0
index_join_scan 2.14 2.18 0
index_scan 53.85 54.83 0
oltp_point_select 0.3 0.3 0
oltp_read_only 5.99 5.88 0
select_random_points 0.65 0.67 0
select_random_ranges 0.81 0.7 1
table_scan 54.83 55.82 0
types_table_scan 142.39 144.97 0
write_tests from_latency_median to_latency_median is_faster
oltp_delete_insert 5.99 5.99 0
oltp_insert 3.02 2.97 0
oltp_read_write 12.08 12.08 0
oltp_update_index 3.02 3.02 0
oltp_update_non_index 2.97 2.97 0
oltp_write_only 6.21 6.21 0
types_delete_insert 6.55 6.43 0

Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

LGTM

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

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

@max-hoffman max-hoffman merged commit adf4057 into main Aug 14, 2024
20 of 21 checks passed
@max-hoffman max-hoffman deleted the max/range-bump-1 branch August 14, 2024 00:21
Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 1.5
batching batch sql 10000 1 0.07 1.86
batching by line sql 10000 1 0.07 1.86
blob 1 blob 200000 1 0.91 3.85 3.81
blob 2 blobs 200000 1 0.88 4.51 4.44
blob no blob 200000 1 0.91 2.43 2.08
col type datetime 200000 1 0.81 3.11 2.84
col type varchar 200000 1 0.68 3.51 3.19
config width 2 cols 200000 1 0.77 2.61 2.21
config width 32 cols 200000 1 1.85 1.98 2.5
config width 8 cols 200000 1 0.97 2.4 2.73
pk type float 200000 1 1.06 1.93 1.64
pk type int 200000 1 0.97 2.08 1.79
pk type varchar 200000 1 2.01 1.3 1.12
row count 1.6mm 1600000 1 5.77 2.92 2.48
row count 400k 400000 1 1.43 2.85 2.44
row count 800k 800000 1 2.84 2.91 2.49
secondary index four index 200000 1 3.57 1.38 1.1
secondary index no secondary 200000 1 0.88 2.5 2.16
secondary index one index 200000 1 1.15 2.37 2.08
secondary index two index 200000 1 2.01 1.74 1.47
sorting shuffled 1mm 1000000 0 5.19 2.84 2.51
sorting sorted 1mm 1000000 1 5.15 2.91 2.57

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.22
dolt_blame_commit_filter system table 3.38
dolt_commit_ancestors_commit_filter system table 0.81
dolt_commits_commit_filter system table 1.1
dolt_diff_log_join_from_commit system table 2.08
dolt_diff_log_join_to_commit system table 2.1
dolt_diff_table_from_commit_filter system table 1.13
dolt_diff_table_to_commit_filter system table 1.11
dolt_diffs_commit_filter system table 0.96
dolt_history_commit_filter system table 1.37
dolt_log_commit_filter system table 1.1

Copy link

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.71
adds_updates_deletes 60000 60000 60000 3.85
deletes_only 0 60000 0 1.86
updates_only 0 0 60000 2.42

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