Update of /cvsroot/monetdb/sql/src/benchmarks/tpch
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23009/src/benchmarks/tpch
Modified Files:
load.sh
Log Message:
Many fixes
changed how we handle selections over multiple columns of a single table
(should solve the preformance problem reported by Venks)
added a way to bulk request sequence numbers. When loading (copying) data
into tables which have a auto_increment (or alike) column lots of time
was spend in the many calls to get all the sequence numbers (observed a
performance in crease of about 10x when loading pieces of 100K rows)
added support for TINYINT (we map this too 'bte')
improved mapping functions onto the same signature too improve cached
function reuse
Index: load.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/benchmarks/tpch/load.sh,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- load.sh 19 May 2007 12:18:14 -0000 1.27
+++ load.sh 29 Jun 2007 11:28:50 -0000 1.28
@@ -33,7 +33,7 @@
#SF='sf-5'
dir=`echo $SF | tr '[a-z]' '[A-Z]'`
-#$SQL < c.sql-dec-primary-foreign
-$SQL -T < c.sql-dec
+$SQL < c.sql-dec-primary-foreign
+#$SQL -T < c.sql-dec
cat load-$SF.sql | sed -e s+PWD+$PWD/$dir+ | $SQL -T
-$SQL -T < alter.sql
+#$SQL -T < alter.sql
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins