Re: [basex-talk] Any way to persist OutputStream in DiskData?

2012-03-14 Thread Dimitar Popov
Hi Dave, First, thanks for the analysis! Am Mittwoch, 14. März 2012, 19:09:52 schrieb Dave Glick: In any case, my question boils down to wondering if there is a way to force the DiskData class to use a persistent DataOutput instance instead of creating and closing a new one for every write?

Re: [basex-talk] Any way to persist OutputStream in DiskData?

2012-03-14 Thread Christian Grün
Hi Dave, thanks for your analysis - profound as usual. You may get much better results by setting the AUTOFLUSH option to false [1]. Please tell me if you've done that already.. Christian [1] http://docs.basex.org/wiki/Options#AUTOFLUSH ___ On Wed, Mar 14, 2012 at 8:09