Index create or rebuild now requires much less time when using large SORT_MEMORY values
Adding or rebuilding an index may take an extremely long time when using a large SORT_MEMORY setting. The logic has been modified to select the most optimal sorting algorithm to avoid the worst-case performance.