Aleksey Dashevsky wrote:
>
> hi, hackers!
> do you plan some improvments on subqueries?
> Unfortunately, in v6.3.2 they often works very slowly, and thus
> are useful only on quite small tables :-(
Nothing...
If you use IN then try to rewrite your queries with EXISTS
if possible...
Vadim