Hi I almost finished patch optimizing non volatile function calls.
select f(t.n) from t where f(t.n) > 10 and f(t.n) < 100; needs 3 calls of f() for each tuple, after applying patch only 1. Any pros and cons ?
Hi I almost finished patch optimizing non volatile function calls.
select f(t.n) from t where f(t.n) > 10 and f(t.n) < 100; needs 3 calls of f() for each tuple, after applying patch only 1. Any pros and cons ?