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

[dsess] session trigger cache #7846

Merged
merged 2 commits into from
May 14, 2024
Merged

[dsess] session trigger cache #7846

merged 2 commits into from
May 14, 2024

Conversation

max-hoffman
Copy link
Contributor

No description provided.

@max-hoffman
Copy link
Contributor Author

#benchmark

Copy link

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
0ffc933 ok 5937457
version total_tests
0ffc933 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

test_name from_latency_median to_latency_median is_faster
tpcc-scale-factor-1 97.55 99.33 0
test_name server_name server_version tps test_name server_name server_version tps is_faster
tpcc-scale-factor-1 dolt 1c948d1 22.39 tpcc-scale-factor-1 dolt 0ffc933 22.16 0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

read_tests from_latency_median to_latency_median is_faster
covering_index_scan 2.97 2.91 0
groupby_scan 17.63 17.32 0
index_join 5.18 5.0 0
index_join_scan 2.18 2.18 0
index_scan 52.89 51.94 0
oltp_point_select 0.51 0.49 0
oltp_read_only 8.43 8.13 0
select_random_points 0.8 0.78 0
select_random_ranges 0.95 0.94 0
table_scan 54.83 53.85 0
types_table_scan 137.35 132.49 0
write_tests from_latency_median to_latency_median is_faster
oltp_delete_insert 6.79 6.79 0
oltp_insert 3.36 3.36 0
oltp_read_write 16.12 15.83 0
oltp_update_index 3.49 3.43 0
oltp_update_non_index 3.43 3.36 0
oltp_write_only 7.84 7.7 0
types_delete_insert 7.56 7.43 0

@max-hoffman max-hoffman requested a review from zachmu May 10, 2024 20:15
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
cc731db ok 5937457
version total_tests
cc731db 5937457
correctness_percentage
100.0

@max-hoffman max-hoffman merged commit 4a0f03d into main May 14, 2024
18 of 20 checks passed
@max-hoffman max-hoffman deleted the max/cache-triggers branch May 14, 2024 19:57
Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 1.17
batching batch sql 10000 1 0.08 1.63
batching by line sql 10000 1 0.08 1.63
blob 1 blob 200000 1 0.91 3.93 4.38
blob 2 blobs 200000 1 0.91 4.73 5.22
blob no blob 200000 1 0.92 2.01 2.1
col type datetime 200000 1 0.83 2.51 2.77
col type varchar 200000 1 0.71 2.87 3
config width 2 cols 200000 1 0.8 2.1 2.23
config width 32 cols 200000 1 1.94 1.7 2.46
config width 8 cols 200000 1 1.02 1.96 2.21
pk type float 200000 1 1.23 1.39 1.5
pk type int 200000 1 0.89 1.87 1.98
pk type varchar 200000 1 1.69 1.42 1.33
row count 1.6mm 1600000 1 5.92 2.34 2.47
row count 400k 400000 1 1.48 2.3 2.43
row count 800k 800000 1 2.96 2.31 2.45
secondary index four index 200000 1 3.62 1.26 1.09
secondary index no secondary 200000 1 0.92 2 2.15
secondary index one index 200000 1 1.16 2.08 2.12
secondary index two index 200000 1 2 1.57 1.52
sorting shuffled 1mm 1000000 0 5.25 2.43 2.53
sorting sorted 1mm 1000000 1 5.24 2.45 2.54

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.23
dolt_blame_commit_filter system table 3.41
dolt_commit_ancestors_commit_filter system table 0.84
dolt_commits_commit_filter system table 0.89
dolt_diff_log_join_from_commit system table 2.15
dolt_diff_log_join_to_commit system table 2.17
dolt_diff_table_from_commit_filter system table 1.08
dolt_diff_table_to_commit_filter system table 1.12
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.19
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.71
adds_updates_deletes 60000 60000 60000 3.74
deletes_only 0 60000 0 1.88
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants