Update of /cvsroot/monetdb/pathfinder/runtime
In directory sc8-pr-cvs16:/tmp/cvs-serv29615/runtime

Modified Files:
        pathfinder.mx 
Log Message:
- added pf_commit_shred to test shred performance without autocommit



Index: pathfinder.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pathfinder.mx,v
retrieving revision 1.338
retrieving revision 1.339
diff -u -d -r1.338 -r1.339
--- pathfinder.mx       18 Apr 2007 09:42:30 -0000      1.338
+++ pathfinder.mx       18 Apr 2007 09:49:56 -0000      1.339
@@ -3358,6 +3358,8 @@
     return new(str,str);
 }
 
+var pf_commit_shred := true;
+
 PROC shred_doc_base(BAT[void,str] commitBAT,
                     BAT[void,str] idx_locations, 
                     BAT[void,str] idx_names, 
@@ -3421,6 +3423,7 @@
     }
 
     # checkpoint the new bats
+    if (pf_commit_shred)
     if (pf_checkpoint(commitBAT)) {
         # remove the in-memory undo log; and trim collection
         lock_set(pf_short);


-------------------------------------------------------------------------
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-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to