Consultor Eletrônico



Kbase P7931: How do I create a structure file with 1gb data extents?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/30/2003
Status: Unverified

GOAL:

What is the syntax for creating fixed extents 1 gigabyte in size?

GOAL:

Structure file syntax for creating extents.

FIX:

Number token are used in the structure file to specify extent size.
The number value is represented kilobytes.

To create a fixed extent in the structure file equal to 1gb, the numbered token value is 1048576.

Example: Specifies data extent with a fixed size of 1gb.

d /usr/database/test.d1 f 1048576

Multiplication of the 1048576kb by 1024kb =1073741824 bytes.
1073741824 bytes equals 1gb.
---------------------------------------------------
For further information see
Progress Database Administration Guide and Reference
Chapter 9, "Maintaining Database Structure"