Re: [sqlite] journey mode TRUNCATE is to append ? not overwrite?

2009-06-01 Thread John Machin
On 1/06/2009 5:29 PM, pierr wrote: > Hi all, > > Section 7.9 of http://www.sqlite.org/atomiccommit.html mentioned: > > "On embedded systems with synchronous filesystems, TRUNCATE results in > slower behavior than PERSIST. The commit operation is the same speed. But > subsequent transactions are s

[sqlite] journey mode TRUNCATE is to append ? not overwrite?

2009-06-01 Thread pierr
Hi all, Section 7.9 of http://www.sqlite.org/atomiccommit.html mentioned: "On embedded systems with synchronous filesystems, TRUNCATE results in slower behavior than PERSIST. The commit operation is the same speed. But subsequent transactions are slower following a TRUNCATE because it is faster