Zargo
Programmer
- Mar 21, 2005
- 109
Hi all,
I have a performance issue and want to create some indexes on the column of a huge table. I never insert or update or delete in this table. Only what i'm doing is SELECT.
What shall i do:
- Create 1 index on all columns or
- Create for each column a index
And what kind of property must i give to those indexes. Is it good to define indexes on all columns, why not?
A golden star for the wise advice!!!!
I have a performance issue and want to create some indexes on the column of a huge table. I never insert or update or delete in this table. Only what i'm doing is SELECT.
What shall i do:
- Create 1 index on all columns or
- Create for each column a index
And what kind of property must i give to those indexes. Is it good to define indexes on all columns, why not?
A golden star for the wise advice!!!!