If there is one, can it be increased?
Also can anyone suggest some information on how to optimize IDS 11.50
for longer queries to make them run faster?
We have some Cognos reports that send very long queries to IDS 11.50
(about 50,000 characters including space).
We use Informix Client SDK 3.50.
Cognos support insists that the query is too long for Informix and it
might be even though we're not getting an error that the query is
longer than necessary, it simply never stops running.
Thank you
Genti
why not test it; eq put it in dbaccess and set explain on!!
will also tell you hopefully what is going on;
may be you need to set optimization low;
i suspect a large nr of tables are joined??? causing the optimizer to
go crazy
or work....???
Superboer.
Maximum size of an SQL statement 64K
The maximum length of a DECLARE statement is 64 kilobytes.
No it's not a lot of tables joined, it's just a whole lot of
calculations that cognos does not do internally but sends them over to
database and apparently the version 8.4 we just got cannot be forced
to do them internally as 8.2 used to do
There are long case ... when and nested select statements
It's really complex too read it - as I said below : almost 50,000
characters in a query.
> _______________________________________________
> Informix-list mailing list
> Inform...@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
>
I will try dbaccess.
No it's not a lot of tables joined, it's just a whole lot of
calculations that cognos does not do internally but sends them over to
database and apparently the version 8.4 we just got cannot be forced
to do them internally as 8.2 used to do
There are long case ... when and nested select statements
It's really complex too read it - as I said below : almost 50,000
characters in a query.
> _______________________________________________
> Informix-list mailing list
> Inform...@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
>
_______________________________________________
Informix-list mailing list
Inform...@iiug.org
http://www.iiug.org/mailman/listinfo/informix-list