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

doltgres fixes for constraint violation tables #8390

Merged
merged 3 commits into from
Sep 25, 2024
Merged

doltgres fixes for constraint violation tables #8390

merged 3 commits into from
Sep 25, 2024

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Sep 25, 2024

No description provided.

@zachmu zachmu requested a review from fulghum September 25, 2024 20:19
@coffeegoddd
Copy link
Contributor

@zachmu DOLT

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

@zachmu zachmu merged commit f7384c0 into main Sep 25, 2024
34 of 35 checks passed
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.08 1.75
batching by line sql 10000 1 0.08 1.75
blob 1 blob 200000 1 0.95 3.77 3.41
blob 2 blobs 200000 1 0.93 4.33 4.24
blob no blob 200000 1 0.91 2.46 2.01
col type datetime 200000 1 0.84 3.06 2.75
col type varchar 200000 1 0.68 3.56 2.84
config width 2 cols 200000 1 0.79 2.58 2.01
config width 32 cols 200000 1 1.96 2.03 2.22
config width 8 cols 200000 1 0.94 2.59 2.09
pk type float 200000 1 0.9 2.37 1.81
pk type int 200000 1 0.87 2.32 1.79
pk type varchar 200000 1 1.58 1.85 1.34
row count 1.6mm 1600000 1 5.92 2.86 2.2
row count 400k 400000 1 1.49 2.8 2.13
row count 800k 800000 1 2.98 2.84 2.16
secondary index four index 200000 1 3.71 1.35 1.03
secondary index no secondary 200000 1 0.91 2.46 2.02
secondary index one index 200000 1 1.16 2.41 1.93
secondary index two index 200000 1 2.04 1.74 1.36
sorting shuffled 1mm 1000000 0 5.56 2.65 2.18
sorting sorted 1mm 1000000 1 5.47 2.7 2.21

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.24
dolt_blame_commit_filter system table 3.35
dolt_commit_ancestors_commit_filter system table 0.62
dolt_commits_commit_filter system table 1.1
dolt_diff_log_join_from_commit system table 2.06
dolt_diff_log_join_to_commit system table 2.07
dolt_diff_table_from_commit_filter system table 1.2
dolt_diff_table_to_commit_filter system table 1.15
dolt_diffs_commit_filter system table 1
dolt_history_commit_filter system table 1.34
dolt_log_commit_filter system table 1.2

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.84
deletes_only 0 60000 0 1.87
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