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

Modified Files:
        sql.mx 
Log Message:
increase the buffer size for handling the IO.


U sql.mx
Index: sql.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql.mx,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- sql.mx      25 Jul 2009 22:08:37 -0000      1.347
+++ sql.mx      6 Aug 2009 21:57:24 -0000       1.348
@@ -268,7 +268,8 @@
        cs := str.codeset();
        f  := str.iconv(fname, "UTF-8", cs);
        s  := streams.openRead(f);
-       bs := bstream.create(s, 1048576);
+       #bs := bstream.create(s, 1048576);
+       bs := bstream.create(s, 8388608);
 
        res := sql.importTable(bs, sname, tname, tsep, rsep, ssep, ns, nr, 
offset);
        bstream.destroy(bs);


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to