Changeset: 4a77cc98ef2e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4a77cc98ef2e
Modified Files:
        sql/benchmarks/tpch/11.sql
Branch: Oct2014
Log Message:

TPCH Q11: re-added comment that constant needs to be adjusted according to 
scale factor (SF)


diffs (13 lines):

diff --git a/sql/benchmarks/tpch/11.sql b/sql/benchmarks/tpch/11.sql
--- a/sql/benchmarks/tpch/11.sql
+++ b/sql/benchmarks/tpch/11.sql
@@ -17,6 +17,9 @@ group by
                sum(ps_supplycost * ps_availqty) > (
                        select
                                sum(ps_supplycost * ps_availqty) * 0.0100000000
+                       --                                         ^^^^^^^^^^^^
+                       -- The above constant needs to be adjusted according
+                       -- to the scale factor (SF): constant = 0.0001 / SF.
                        from
                                partsupp,
                                supplier,
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to