Re: Any FSFS rep-sharing experts out there?
From: Bert Huijben <rhuijben_at_sharpsvn.net>
Date: Thu, 8 Oct 2009 23:48:35 +0200
On Thu, Oct 8, 2009 at 10:47 PM, David Glasser <glasser_at_davidglasser.net> wrote:
> (This is making the assumption that a series of N non-transaction
This is answered in http://www.sqlite.org/faq.html#q19. It isn't as fast:
--------------
Actually, SQLite will easily do 50,000 or more INSERT statements
Transaction speed is limited by disk drive speed because (by
By default, each INSERT statement is its own transaction. But if
Another option is to run PRAGMA synchronous=OFF. This command will
---- And it is certainly at its right place in the FAQ.. Referenced it three times in the last few days ;) Bert ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405325Received on 2009-10-08 23:48:42 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.