Need to reorg/rebuild over 28,000 indices on a 40T vendor designed database.
IndexOptimize cycles thru tables in ascending table name order.
Per the unanswered discussion question, is there another way to cycle thru the indices and on each run to start from where the previous run has left off.
This would avoid processing the same table multiple times.
Need to reorg/rebuild over 28,000 indices on a 40T vendor designed database. IndexOptimize cycles thru tables in ascending table name order. Per the unanswered discussion question, is there another way to cycle thru the indices and on each run to start from where the previous run has left off. This would avoid processing the same table multiple times.