Update of /cvsroot/monetdb/sql/src/backends/monet5/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14693/src/backends/monet5/Tests

Modified Files:
        optimizers.stable.out.Five 
Log Message:
Commit of the intermediate state of the new history scheme.
The 'patch' to SQL to produces 'times' results have been removed.
The hardwired code and expensive SQL call to update the history
table has been changed into a more open infrastructure that will
rely on an upcall to two SQL procedures that are in control
of filtering and archiving the performance information.

Platform dependent tests may require separate approval.

Stress testing the updates in a parallel (dataflow) setting
is one of the open issues, because some spurious bat leaks
where noticed by playing with the commands in the history.sql
file only.


U optimizers.stable.out.Five
Index: optimizers.stable.out.Five
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/backends/monet5/Tests/optimizers.stable.out.Five,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- optimizers.stable.out.Five  22 Aug 2008 09:53:53 -0000      1.10
+++ optimizers.stable.out.Five  3 Nov 2008 15:32:04 -0000       1.11
@@ -1,16 +1,15 @@
 stdout of test 'optimizers` in directory 'src/backends/monet5` itself:
 
 
-# 08:05:50 >  
-# 08:05:50 >  Mtimeout -timeout 180  mserver5 
"--config=/ufs/mk/monet5stable/Linux/etc/monetdb5.conf" --debug=10 --set 
"monet_mod_path=/ufs/mk/monet5stable//Linux/lib/MonetDB5:/ufs/mk/monet5stable//Linux/lib/MonetDB5/lib:/ufs/mk/monet5stable//Linux/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/mk/monet5stable//dbfarm" --set 
"sql_logdir=/ufs/mk/monet5stable//dblogs/logs/sql" --set 
"xquery_logdir=/ufs/mk/monet5stable//Linux/var/MonetDB5/xquery_logs" --set 
mapi_open=true --set mapi_port=35043 --set xrpc_port=43626 --set monet_prompt= 
--trace "--dbname=mTests_src_backends_monet5" --dbinit=' include sql;' ; echo ; 
echo Over..
-# 08:05:50 >  
+# 14:00:28 >  
+# 14:00:28 >   mserver5 "--config=/ufs/mk/monet5//Linux/etc/monetdb5.conf" 
--debug=10 --set gdk_nr_threads=0 --set 
"monet_mod_path=/ufs/mk/monet5//Linux/lib/MonetDB5:/ufs/mk/monet5//Linux/lib/MonetDB5/lib:/ufs/mk/monet5//Linux/lib/MonetDB5/bin"
 --set "gdk_dbfarm=/ufs/mk/monet5//Linux/var/MonetDB5/dbfarm" --set 
"sql_logdir=/ufs/mk/monet5//Linux/var/MonetDB5/sql_logs"  --set mapi_open=true 
--set xrpc_open=true --set mapi_port=32758 --set xrpc_port=44666 --set 
monet_prompt= --trace  "--dbname=mTests_src_backends_monet5" --set 
mal_listing=0 "--dbinit= include sql;" ; echo ; echo Over..
+# 14:00:28 >  
 
-!WARNING: GDKlockHome: ignoring empty or invalid .gdk_lock.
-!WARNING: BBPdir: initializing BBP.
-# MonetDB Server v5.0.1
-# Copyright (c) 1993-2007 CWI, all rights reserved
-# Compiled for x86_64-redhat-linux-gnu/64bit with 64bit OIDs dynamically linked
-# dbname:mTests_src_backends_monet5
+# MonetDB server v5.7.0, based on kernel v1.25.0
+# Serving database 'mTests_src_backends_monet5', using 4 threads
+# Compiled for x86_64-unknown-linux-gnu/64bit with 64bit OIDs dynamically 
linked
+# Copyright (c) 1993-July 2008 CWI.
+# Copyright (c) August 2008- MonetDB B.V., all rights reserved
 # Visit http://monetdb.cwi.nl/ for further information
 
 Ready.
@@ -24,8 +23,8 @@
 % .,   . # table_name
 % single_value,        single_value # name
 % char,        varchar # type
-% 15,  146 # length
-[ "optimizer test:",   
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,commonTerms,accumulators,deadcode,reduce,garbageCollector,dataflow,multiplex"
    ]
+% 15,  154 # length
+[ "optimizer test:",   
"inline,remap,evaluate,costModel,coercions,emptySet,aliases,mergetable,commonTerms,accumulators,deadcode,reduce,garbageCollector,dataflow,history,multiplex"
    ]
 % .,   . # table_name
 % single_value,        single_value # name
 % char,        varchar # type


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to