Subject Re: Serious performance problems with PreparedStatement
Author hlavac2
--- In Firebird-Java@y..., "Roman Rokytskyy" <rrokytskyy@y...> wrote:
> Can you check this execution times of this query using normal
> Statement with some real parameters?

OK i tried this, and it is even 30ms slower than prepared statement... prepare+execute i guess.. looks like database engine has a hard time understanding my query :)

Jan