Posted by: Wolfgang Lackner
There is huge difference in performance with SQLBase 9.0.1 (PTF1) and all
previous databases, if you use an INSERT like:
INSERT INTO (xxx) SELECT xxx FROM WHERE xxxxx AND y IN
(SELECT x FROM WHERE xxx)
i.e. you connot use such a statement now, because it is really very slow,
even the result of the sub is null.
the defect number is 84771