[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] MYSQL optimization
From: |
Igor Wronsky |
Subject: |
Re: [GNUnet-developers] MYSQL optimization |
Date: |
Tue, 16 Dec 2003 11:00:44 +0200 (EET) |
On Mon, 15 Dec 2003, Hendrik Pagenhardt wrote:
> On Monday 15 December 2003 17:47, Igor Wronsky wrote:
> > Sounds interesting. On a quick look it seems to require
> > 4.x mysql.
> I don't see where it does use features which where not used in the
> original version? Hmmm.... I only have mysql 4.0.xx here, so I can't
> verify the correct function on 3.x.
But of course the UNION is not critical here, it can be
done by two subsequent queries where the latter is performed
only if the first returns an empty set. Duh. Feeling a bit
tired, thats all...
Igor