gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNUnet-developers] Some small patches


From: Igor Wronsky
Subject: Re: [GNUnet-developers] Some small patches
Date: Wed, 7 Jan 2004 21:49:39 +0200 (EET)

On Wed, 7 Jan 2004, Hendrik Pagenhardt wrote:

> Index: src/applications/afs/module/high_mysql.c
> ===================================================================
> RCS file: /var/cvs/GNUnet/GNUnet/src/applications/afs/module/high_mysql.c,v
> retrieving revision 1.11
> diff -r1.11 high_mysql.c
> 574c574
> <         "REPLACE INTO data%uof%u "
> ---
> >         "REPLACE DELAYED INTO data%uof%u "
> This speeds up insertion/indexation a little when using mysql as database.

Looking at 4.0.17 reference manual, I'm not so sure
if this is a good idea. Particularly, I suspect
that errors might go unnoticed or that the database
size might be incorrectly reported when delayed
inserts are used. The manual also says that insert
delayed should only be used if you're really sure
you need it.

All in all, I don't think gnunet is generally so
faultless that we could afford adding any potential
troublemakers.


Igor




reply via email to

[Prev in Thread] Current Thread [Next in Thread]