Henry J. wrote:
MDC *guarantees* clustering, whereas a table with a clustering index
will eventually require maintenance (a.k.a. reorg) to maintain the
cluster ratio.
That's not to say that a clustering index isn't still valuable
(especially for high cardinality columns that aren't a reasonable
candidate as an MDC dimension).
>
MDC on type_id? So cluster index is not a good idea?
MDC on type_id? So cluster index is not a good idea?
will eventually require maintenance (a.k.a. reorg) to maintain the
cluster ratio.
That's not to say that a clustering index isn't still valuable
(especially for high cardinality columns that aren't a reasonable
candidate as an MDC dimension).
Comment