18.1.2 Amount of system log information output during table definition
(1) HiRDB/Single Server
Condition | Amount of system log information (bytes) |
---|
Table not partitioned | (794 b + 2331) a + (632 a d)* |
Table partitioned | (794 b + 2447 c + 3087) a + (632 a d)* |
- a: Total number of tables to be defined
- b: Average number of columns in tables to be defined
- c: Average number of partitions in tables to be defined
- d: Number of RDAREAs for storing LOB columns
- * Add this value if a LOB column is defined in any of the tables.
(2) HiRDB/Parallel Server
Condition | Amount of system log information (bytes) |
---|
Amount of system log information output by dictionary server | (794 b + 1535 c + 3087) a |
Amount of system log information output by back-end server | 912 a d + (632 a e)* |
- a: Total number of tables to be defined
- b: Average number of columns in tables to be defined
- c: Average number of partitions in tables to be defined
- d: Number of partitions in the back-end server for tables to be defined
- e: Number of RDAREAs for storing LOB columns in the back-end server
- * Add this value if a LOB column is defined in any of the tables that are defined in the back-end server.