Entering content frameObject documentation Default Value for NEXT Locate the document in its SAP Library structure

Definition

SAPDBA for Oracle recommends a default value for the NEXT parameter when you do one of the following:

For more information about the NEXT parameter, see Storage Parameters.

Use

You can influence the calculation of the default value for extent parameter NEXT with the option Use ABAP Dic. for NEXT. The basis for calculating the NEXT parameters are the tables DD09L and TGORA / IGORA in the ABAP dictionary.

SAPDBA calculates a default value for the NEXT extent size as follows:

The new value for NEXT is calculated as the maximum of the following values:

SAPDBA compares the calculated maximum value with the values for the extent size in TGORA / IGORA . SAPDBA generally chooses the next bigger value found in TGORA / IGORA as the new NEXT value except if:

In this case, SAPDBA takes the smaller value. However, NEXT values that are larger than the largest TGORA / IGORA value are not reduced.

In this case, SAPDBA uses internal default values which correspond to the values in TGORA / IGORA (see "NEXT Values in TGORA/IGORA" below).

SAPDBA does not use DD09L and TGORA / IGORA from the ABAP dictionary to derive the default value of NEXT . Instead, SAPDBA determines the maximum of the following two values:

Structure

Defining the NEXT values to correspond to the permanently assigned values in the TGORA / IGORA tables, as shown below, results in less wasted space in the tablespace. If the extent values are defined using a size category assigned in the ABAP Dictionary – see Specification of SAP Tables in the ABAP Dictionary – incorrectly defined values can be easily corrected in the database.

NEXT Values in TGORA/IGORA

Size
category

NEXT value for table (KB)

NEXT value for indexes (KB)

0

16

16

1

160

80

2

640

160

3

2560

640

4

10240

2560

5

20480

5120

6

40960

10240

7

81920

20480

8

163840

40960

9

327680

81920

10

655360

163840

11

1310720

327680

12

2621440

655360

13

5242880

1310720

14

10485760

2621440

You can change this distribution manually, but note the following:

 

 

Leaving content frame