Hi Konstantin,

KK> So, during index search 1.5 minutes from 2 were spent in lookup
KK> function. And 14 seconds takes searching index itself.
KK> From these 1.5 minutes most of the time was spent in this line:

KK>      obj: select obj-by-oid-map oid

A quick test seems to show that the SELECT part of the lookup is
faster for smaller numbers of records (e.g. 10,000), and gets
progressively slower as the numbers increase. That is, it starts out
faster than the FETCH and MAKE parts and ends up a lot slower than
they are with larger numbers of records.

-- Gregg

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to