I have a table that has not been larger than 49,000 row. It can hold 1.6 million. It has 3 indexes on it currently and applications is requesting 3 more indexes. According to the oracle books, to many indexes can hurt performance. It didn't say how many. Is this to many and with the row count so low is the indexes even helping performance. Isn't their some guideline as to how many rows a table should contain before considering using an index at all?