At 11:02 AM 03/03/02 -0500, Bruce Momjian wrote:
> Indexes are not automatically used by every query. Indexes are only
> used if the table is larger than a minimum size, and the index
> selects only a small percentage of the rows in the table.
Shouldn't it say:
"and the *query* selects only a small percentage..."