specifying the minpctused on the create index statement may have the
most negative performance impact on what operation,
insert/delete/update/select? Thanks for the response.
Mark A - 18 May 2006 06:34 GMT
> specifying the minpctused on the create index statement may have the
> most negative performance impact on what operation,
> insert/delete/update/select? Thanks for the response.
That is a good question. My guess is insert, because it reduces amount the
free space on a page to place new index rows.
hikums@gmail.com - 19 May 2006 15:59 GMT