Warning 1009142

Message text

%1 SortMerge0: %2 records, PhaseI=%3 Secs, %4 runs total, %5 pgs=%6 M, runlen=%7, %8 est. phases

Item

Value

SQLCode

1009142

Constant

EMSG_SORT_INFOMERGED0

SQLState

QSB39

ODBC State

OK

Parameter 1

what is being sorted

Parameter 2

how many records are being sorted

Parameter 3

time taken in Phase I

Parameter 4

how many runs to be merged

Parameter 5

how many pages of data to be sorted

Parameter 6

how many megabytes (MB) of data to be sorted

Parameter 7

average number of pages in a run

Parameter 8

estimated number of merge phases

Probable cause

This information is provided after the Phase I radix sorting is complete and the Phase II merge-sorting is about to begin. Each run consists of a sequence of pages that have been radix sorted in Phase I. These runs are merged together in Phase II to finish the sort.