![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Apologies if this has been discussed before..... I'm interested in people's opinions on what they have set this parameter to for OLTP systems and why they used that setting. I'm not interested in what the parameter means, I know that, I can RTFM as well as anybody. FYI: I am using 0 on one system and 2 on another and there doesn't seem to be any noticable degradation in response times, query times are very similar |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Apologies if this has been discussed before..... I'm interested in people's opinions on what they have set this parameter to for OLTP systems and why they used that setting. I'm not interested in what the parameter means, I know that, I can RTFM as well as anybody. FYI: I am using 0 on one system and 2 on another and there doesn't seem to be any noticable degradation in response times, query times are very similar |
#5
| |||
| |||
|
|
oltp use optcompind=0!!! if small table with indexes and current stats you will get index lookups. if set to 2 the optimizer may choose seq scans causing locking problems etc. and when your table grows and you do not run update stats it still will seq scan causing perf problems. so 0 for otlp Superboer |
#6
| |||
| |||
|
#7
| |||
| |||
|
|
... Personally I think the optimizer is buggy ... sending to informix-list |
![]() |
| Thread Tools | |
| Display Modes | |
| |