![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a limit on query length in Informix IDS 11.50? 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 |
#3
| |||
| |||
|
|
Is there a limit on query length in Informix IDS 11.50? 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 |
#4
| |||
| |||
|
|
Should be 64 KB.at least V7 etc *had that limit.. 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. On 29 sep, 20:19, Gentian Hila <genti.t... (AT) gmail (DOT) com> wrote: Is there a limit on query length in Informix IDS 11.50? 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 _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
#5
| |||
| |||
|
|
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. On Wed, Sep 29, 2010 at 3:49 PM, Superboer <superboer7 (AT) t-online (DOT) de> wrote: Should be 64 KB.at least V7 etc had that limit.. 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. On 29 sep, 20:19, Gentian Hila <genti.t... (AT) gmail (DOT) com> wrote: Is there a limit on query length in Informix IDS 11.50? 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 |
|
_______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list _______________________________________________ Informix-list mailing list Informix-list (AT) iiug (DOT) org http://www.iiug.org/mailman/listinfo/informix-list |
![]() |
| Thread Tools | |
| Display Modes | |
| |