Subject | Re: Strange Performance |
---|---|
Author | HKlemt |
Post date | 2003-11-25T17:17:13Z |
--- In firebird-support@yahoogroups.com, "Arno Brinkman"
<firebird@a...> wrote:
details below, i will not create it again
Thank you very much
Holger
(for anybody who is interested)
here are the indexdefinitions
CREATE INDEX SSTRUK00_IDX1 ON SSTRUK00 (IDVISIB);
CREATE INDEX SSTRUK00_IDX2 ON SSTRUK00 (IDTABELLE);
CREATE INDEX SSTRUK00_IDX3 ON SSTRUK00 (IDVISIB, IDTABELLE);
CREATE INDEX SSTRUK1 ON SSTRUK00 (BEZ);
<firebird@a...> wrote:
> I guess field SSTRUKX.IDVISIB has many values which are the same.yes, you are right
> Remove the index SSTRUK00_IDX3unbelievable, 4 seconds after removing it
>or create a new compound index on the fieldsbad idea, since it was a compound index
> (fields from SSTRUK2, IDVISIB).
details below, i will not create it again
> Regards,the living Optimizer :-)
> Arno Brinkman
> ABVisie
Thank you very much
Holger
(for anybody who is interested)
here are the indexdefinitions
CREATE INDEX SSTRUK00_IDX1 ON SSTRUK00 (IDVISIB);
CREATE INDEX SSTRUK00_IDX2 ON SSTRUK00 (IDTABELLE);
CREATE INDEX SSTRUK00_IDX3 ON SSTRUK00 (IDVISIB, IDTABELLE);
CREATE INDEX SSTRUK1 ON SSTRUK00 (BEZ);