Changeset: 875ba7945e2d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/875ba7945e2d Modified Files: sql/benchmarks/tpcds/Tests/All Branch: Dec2025 Log Message:
Create foreign key constraints before loading. This shaves off nearly 20 seconds from testing just this directory on my laptop in debug build. diffs (12 lines): diff --git a/sql/benchmarks/tpcds/Tests/All b/sql/benchmarks/tpcds/Tests/All --- a/sql/benchmarks/tpcds/Tests/All +++ b/sql/benchmarks/tpcds/Tests/All @@ -1,7 +1,7 @@ create counts +HAVE_DATA_PATH?alter HAVE_DATA_PATH?load -HAVE_DATA_PATH?alter HAVE_DATA_PATH?check HAVE_DATA_PATH?q1 HAVE_DATA_PATH?q2 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
