Guidelines for TEXT index size estimation

To estimate TEXT index main store size, use this formula:

Number of bytes = (15+L)*U + U*PAGESIZE * R + T

where:

The temporary space required in bytes for the TEXT index is (M+20)* T, where:

NoteThe temporary space required is subject to compressibility of the sort data.