Le mar 09/11/2004 à 17:52, Gerhard Haering a écrit :
> On Tue, Nov 09, 2004 at 10:45:35AM -0500, Richard Boehme wrote:
> > Hi there. How well does SQLite do in a client/server environment
> > where the SQLite database is handling a batch of 100 inserts and the
> > same number of queries a every 0.5 seconds? The inserts would be
> > batched into a transaction. The queries would most likely not.
> > 
> > Thanks for the help.
> 
> Sounds like SQLite could handle it just fine.

I agree; several hundred operations in a transaction can easily fit
under a second, it all depends on the nature of data, of course... and
the server speed, processing and io-wise.

-- 
***********************************************
[EMAIL PROTECTED]
OpenPGP public key: http://www.amakuru.net/dmorel.asc

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e=2E?=

Reply via email to