(Possible duplicate post, sorry if it is the case)
Hi all
New to the community.
I've stumble to a situation where I see multiple composite indexes with same fields, but changing order of the fields.
Do you have an idea on any situation that this could make sense , like for ex for old legacy Informix server versions ?
This is the case:
CREATE INDEX i_2 ON table (company, store, item, start_date);
CREATE INDEX i_3 ON table (item, store, company, start_date);
CREATE INDEX i_4 ON table (start_date, company, store,item);
CREATE INDEX i_5 ON table (item, start_date, store, company);
CREATE INDEX i_6 ON table (store, company, start_date, item);
Does it make any sense in any specific situation, like partitioning or whatever ?!
My understanding is the same as
here in slides 39-40

Any help in identifying some situation that falls out of this is much appreciated
Thanks
G.
------------------------------
Gilberto Pe-Curto
------------------------------
#Informix