!--a11y-->
Technical Specifications 
Restrictions on the Database System, Maximum Values
|
Size
of the database
instance |
32 TB (with 8 KB page size) |
|
Number of data volumes in each database instance |
Specified in the special database parameter DEVNO_BIT_COUNT, default: 256 |
|
Size of a data volume |
Depends on the number of data volumes, default: 128 GB |
|
Size of the log area. |
32 TB |
|
Maximum length of an SQL statement |
>= 16 KB (default 64 KB), defined by a support database parameter) |
|
Maximum length of a result |
Up to 128 KB, defined by a support database parameter |
|
Length of a label |
32 characters |
|
Numeric precision |
38 digits |
|
Number of tables |
Unlimited |
|
Number of columns in each table (with KEY) |
1024 |
|
Number of columns in each table (without KEY) |
1023 |
|
Number of primary key columns in each table |
512 |
|
Number of columns in an index |
16 |
|
Number of triggers in each basis table |
3 |
|
Number of indexes for each table |
255 |
|
Number of referential CONSTRAINT definitions (foreign key dependencies) for each table |
Unlimited |
|
Number of columns in a referential CONSTRAINT definition (foreign key dependency) |
16 |
|
Number of references in each table |
Unlimited |
|
Total of internal lengths of all key columns |
1024 bytes |
|
Total of internal lengths of all columns belonging to an index |
1024 bytes |
|
Internal length of a LONG column |
2 GB |
|
Number of rows in each table |
Limited by the size of a database |
|
Internal length of a table row |
8088 bytes |
|
Number of columns in a SELECT statement |
1023 |
|
Number of columns in an INSERT statement |
1024 |
|
Number of columns in a results table |
1023 |
|
Number of join tables in a SELECT statement |
64 |
|
Number of columns in an ORDER or GROUP clause |
128 |
|
Length of the columns in an ORDER or GROUP clause |
1020 bytes |
|
Nested trigger levels |
Unlimited |
|
Nested subqueries |
127 |
|
Number of join conditions in a WHERE clause of a SELECT statement |
128 |
|
Number of correlated columns in an SQL statement |
64 |
|
Number of correlated tables in an SQL statement |
16 |
|
Number of parameters in an SQL statement |
2000 |
