Re: [basedb-devel] DynamicResultIterator.hasNext method

2008-02-21 Thread Pawel Sztromwasser
Nicklas Nordborg wrote: > Pawel Sztromwasser wrote: >> Hi all, >> >> I have been trying to optimize the performance of LowessNormalization >> plugin a little bit lately. It is extremely slow on our Postgres >> database when using small 'block groups'. > > It sounds like you are using an older ve

Re: [basedb-devel] DynamicResultIterator.hasNext method

2008-02-20 Thread Nicklas Nordborg
Pawel Sztromwasser wrote: > Hi all, > > I have been trying to optimize the performance of LowessNormalization > plugin a little bit lately. It is extremely slow on our Postgres > database when using small 'block groups'. It sounds like you are using an older version of BASE. The performance of

[basedb-devel] DynamicResultIterator.hasNext method

2008-02-20 Thread Pawel Sztromwasser
Hi all, I have been trying to optimize the performance of LowessNormalization plugin a little bit lately. It is extremely slow on our Postgres database when using small 'block groups'. Anyway, I came across something that surprised me. When using DynamicResultIterator I noticed that hasNext()