Changeset: f12c4164e717 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f12c4164e717 Modified Files: sql/benchmarks/tpcds/Tests/All Branch: default Log Message:
Disabled the q51a tpcds variant of the q51 query (as its using a big join, taking 8 seconds). It was old implementation of q51 when we didn't have support for unbounded preceding window frames. 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 @@ -67,7 +67,7 @@ HAVE_DATA_PATH?q48 HAVE_DATA_PATH?q49 HAVE_DATA_PATH?q50 HAVE_DATA_PATH?q51 -HAVE_DATA_PATH?q51a +#HAVE_DATA_PATH?q51a old implementation of q51 when we didn't have support for unbounded preceding window frames. HAVE_DATA_PATH?q52 HAVE_DATA_PATH?q53 HAVE_DATA_PATH?q54 _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
