When you create a database, you set the size and reserve size in MB of the initial IQ database file (the IQ_SYSTEM_MAIN dbspace). These values are defined in the IQ SIZE and IQ RESERVE parameters for the Main Store and TEMPORARY SIZE and TEMPORARY RESERVE for the Temporary Store.
For raw partitions, you do not need to specify IQ SIZE or TEMPORARY SIZE; Sybase IQ determines the size of the raw devices and sets IQ SIZE and TEMPORARY SIZE automatically. If you do specify size, the size cannot be larger than the actual partition size.
For operating system files you can rely on the defaults listed below; or specify a value based on the size of your data, from the required minimum listed below up to a maximum of 4TB, in 1MB increments.
The IQ RESERVE and TEMPORARY RESERVE parameters reserve a range of blocks, so that the dbspace can be resized at a later time. Making IQ RESERVE larger than needed can use additional disk space, however.
IQ page size |
Default size of IQ Store |
Default size of Temporary Store |
Minimum IQ Store size when specified explicitly |
Minimum Temporary Store size when specified explicitly |
---|---|---|---|---|
65536 |
4096000 |
2048000 |
4MB |
2MB |
131072 |
8192000 |
4096000 |
8MB |
4MB |
262144 |
16384000 |
8192000 |
16MB |
8MB |
524288 |
32768000 |
16384000 |
32MB |
16MB |