Re: [sqlite] fsync and ext3 ordered mode, data integrity.

2011-08-26 Thread Christian Smith
On Tue, Aug 23, 2011 at 09:28:35AM +0200, Sébastien Escudier wrote: > Hi, > > I am currently using sqlite on an ext3 file system with ordered mode. > But we have serious performance issues when sqlite calls fsync, > especially on RAID devices. > > We noticed that disabling fsync in sqlite OR

[sqlite] fsync and ext3 ordered mode, data integrity.

2011-08-23 Thread Sébastien Escudier
Hi, I am currently using sqlite on an ext3 file system with ordered mode. But we have serious performance issues when sqlite calls fsync, especially on RAID devices. We noticed that disabling fsync in sqlite OR removing ordered mode solves this performance issue. But I couldn't find if there is