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

Merge with Oct2014 branch.


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