Any hint ? Suggestions ? Experience ?
Thanks a lot in advance
Peter
--
--------------------------------------------------------
Peter Komanns
SINDATA S.p.A. - Italy
E-Mail: p.ko...@sindata.it
hiroshima 45; chernobyl 86; windows 95 !!!!!!
Did you update statistics after upgrade?
"Peter Komanns" <p.ko...@sindata.it> wrote in message
news:8mn06v$2g...@www.informix.com...
UPDATE STATISTICS?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
Specifically, immediately after the upgrade, we run:
oncheck -cr
and, for every DB in the engine:
oncheck -cD
oncheck -cI
SQL "update statistics high"
Peter
--
--------------------------------------------------------
Peter Komanns
E-Mail: p.ko...@sindata.it
hiroshima 45; chernobyl 86; windows 95 !!!!!!
"Obnoxio The Clown" <obn...@hotmail.com> wrote in message
news:8mn5dg$kp3$1...@news.xmission.com...
Didn't I just say that....? :0)
Ty O'Kelly
tok...@maxor.invalid.com
Art S. Kagel
Peter Komanns wrote:
>
> Hi all!
> We are massively changing all of our customers' engines from IDS rel. 7.31
> (on HP-UX 10.20 platform) or IDS rel. 7.30 (on UnixWare 7.1.1 and LINUX x86)
> to IDS2000.
> We have verified that in this change there is a real loss of performance
> with exaclty the same programs and the same data and, in some case, the
> query does not come to any response after several hours of running.
> Specificately we have verified very much trouble in handling joins, even
> simple, one-part-unique-key related joins.
> We have tried the fiew options in onconfig file but we did not succeed in
> any way to let the engine do the same as the previous version.
>
> Any hint ? Suggestions ? Experience ?
>
> Thanks a lot in advance
> Peter
>
> --
> --------------------------------------------------------
> Peter Komanns
> SINDATA S.p.A. - Italy
Try to run UPDATE STATISTICS on the newly migrated data.
Don
We have HP-UX 10.20 and upgraded from IDS 7.30 to IDS2000 with the same
problem. I did the UPDATE STATISISTICS as per the other posts but found no
improvement.
However, I did query analysis and found the cost was HUGE. I changed the
query optimizer as follows and performance is now as good, if not better
than 7.30 (hard to tell). OPTCOMPIND 0, DIRECTIVES 1, OPT_GOAL -1.
Richard Lewis
Gerling Global Group of Australia Pty Ltd
"Peter Komanns" <p.ko...@sindata.it> wrote in message
news:8mn06v$2g...@www.informix.com...
Go www.iiug.org -> Software and get Art Kagel's utils_ak2
use dostats.ec in there. (You need the Client SDK installed).
>
>Don
>
>-----Original Message-----
>From: Peter Komanns [mailto:p.ko...@sindata.it]
>Sent: Monday, August 07, 2000 2:49 PM
>To: inform...@iiug.org
>Subject: Loss of performance with IDS 2000
>
>
It's all coming back to me now, I've really gotta lay off the Diet Coke.
(Aside, I *never* get chicks perving at me when *I* drink a Diet Coke... )-:
Anyway,
UPDATE STATISTICS LOW DROP DISTRIBUTIONS;
Then try your UPDATE STATISTICS again. If that doesn't work, drop and
recreate your indexes.
>--------------------------------------------------------
>Peter Komanns
>E-Mail: p.ko...@sindata.it
>
>hiroshima 45; chernobyl 86; windows 95 !!!!!!
>"Obnoxio The Clown" <obn...@hotmail.com> wrote in message
>news:8mn5dg$kp3$1...@news.xmission.com...
> >
> > From: "Peter Komanns" <p.ko...@sindata.it>
> > >
> > >We are massively changing all of our customers' engines from IDS rel.
>7.31
> > >(on HP-UX 10.20 platform) or IDS rel. 7.30 (on UnixWare 7.1.1 and LINUX
> > >x86)
> > >to IDS2000.
> > >We have verified that in this change there is a real loss of
>performance
> > >with exaclty the same programs and the same data and, in some case, the
> > >query does not come to any response after several hours of running.
> > >Specificately we have verified very much trouble in handling joins,
>even
> > >simple, one-part-unique-key related joins.
> > >We have tried the fiew options in onconfig file but we did not succeed
>in
> > >any way to let the engine do the same as the previous version.
> > >
> > >Any hint ? Suggestions ? Experience ?
> >
> > UPDATE STATISTICS?
Given the number of hours I'm ahead of you... :-)