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

cross-schema foreign key support for doltgres tables #8479

Merged
merged 5 commits into from
Oct 25, 2024
Merged

Conversation

zachmu
Copy link
Member

@zachmu zachmu commented Oct 22, 2024

Copy link
Contributor

@Hydrocharged Hydrocharged 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

@zachmu DOLT

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

@zachmu zachmu merged commit 1bf5606 into main Oct 25, 2024
21 of 22 checks passed
@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
45fcccd ok 5937457
version total_tests
45fcccd 5937457
correctness_percentage
100.0

Copy link

@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.08 1.38
batching by line sql 10000 1 0.08 1.38
blob 1 blob 200000 1 0.91 3.59 3.38
blob 2 blobs 200000 1 0.88 4.19 4.32
blob no blob 200000 1 0.9 2.3 1.93
col type datetime 200000 1 0.82 2.84 2.68
col type varchar 200000 1 0.67 3.22 2.79
config width 2 cols 200000 1 0.77 2.44 1.95
config width 32 cols 200000 1 1.9 1.9 2.13
config width 8 cols 200000 1 0.97 2.27 2.91
pk type float 200000 1 0.87 2.2 2.09
pk type int 200000 1 0.77 2.44 1.99
pk type varchar 200000 1 1.45 1.73 1.41
row count 1.6mm 1600000 1 5.5 2.84 2.26
row count 400k 400000 1 1.42 2.68 2.14
row count 800k 800000 1 2.82 2.74 2.17
secondary index four index 200000 1 3.39 1.41 1.09
secondary index no secondary 200000 1 0.87 2.36 2.01
secondary index one index 200000 1 1.12 2.29 1.88
secondary index two index 200000 1 1.93 1.74 1.39
sorting shuffled 1mm 1000000 0 4.73 2.83 2.28
sorting sorted 1mm 1000000 1 4.81 2.78 2.26

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.15
dolt_blame_commit_filter system table 2.94
dolt_commit_ancestors_commit_filter system table 0.71
dolt_commits_commit_filter system table 1.05
dolt_diff_log_join_from_commit system table 2.12
dolt_diff_log_join_to_commit system table 2.12
dolt_diff_table_from_commit_filter system table 1.24
dolt_diff_table_to_commit_filter system table 1.23
dolt_diffs_commit_filter system table 1.03
dolt_history_commit_filter system table 1.41
dolt_log_commit_filter system table 1.05

Copy link

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.72
adds_updates_deletes 60000 60000 60000 3.79
deletes_only 0 60000 0 1.86
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