Nonstop Database, HiRDB Version 9 Installation and Design Guide
![[Contents]](FIGURE/CONTENT.GIF)
![[Index]](FIGURE/INDEX.GIF)
![[Back]](FIGURE/FRONT.GIF)
(1) HiRDB/Single Server
| Condition |
Amount of system log information (bytes) |
| Indexes not partitioned |
n
{5,624 + 800 x b + 1,256 x b x 5 24 + 1,256#
i=1
+ (132 + Xi x (100 - f) 100 ) x Wi + 272 x Wi + 1,940 x Wi Vi![[Figure]](FIGURE/ZUENG010.GIF)
} |
| Indexes partitioned |
n
{5,124 + 800 x b + 500 x c + 800 x a + 1,256 x b x 5 24![[Figure]](FIGURE/ZUENG010.GIF)
i=1
+ 1,256# +
a
{(132 + Xij x (100 - f) 100 ) x Wij + 272 x Wij
j=1
+ 1,940 Wij Vij }
} |
- #: If there is no exception value specification, 0.
- a: Number of partitions for table for which index is defined
- b: Number of index component columns
- c: Number of RDAREAs that store indexes
- f: Value (%) of the PCTFREE operand specified during index definition
- This is the percentage of unused space in a page.
- n: Total number of indexes to be defined
- V: Segment size of user RDAREA used to store index (pages)
- W: Number of index storage pages
- For details, see 16.1.3 Calculating the number of index storage pages.
- If EMPTY is specified by CREATE INDEX, 0.
- X: Page length of user RDAREA used to store index (bytes)
(2) HiRDB/Parallel Server
| Condition |
Amount of system log information (bytes) |
| Amount of system log information output by dictionary server |
N
{5,124 + 800 x b + 500 x c + 800 x a + (1,256 x b x 5 24 )
i=1
+ 1,256#
} |
| Amount of system log information output by back-end server |
N
{814 + (132 + Xi x (100 - f) 100 ) x Wi + 272 x Wi
i=1
+ 1,940 x Wi Vi![[Figure]](FIGURE/ZUENG010.GIF)
} |
- #: If there is no exception value specification, 0.
- a: Number of partitions for table for which index is defined
- b: Number of index component columns
- c: Number of RDAREAs used to store index
- f: Value (%) of the PCTFREE operand specified during index definition
- This is the percentage of unused space in a page.
- n: Total number of indexes to be defined
- V: Segment size of user RDAREA used to store index (pages)
- W: Number of index storage pages
- For details, see 16.1.3 Calculating the number of index storage pages.
- If EMPTY is specified by CREATE INDEX, 0.
- X: Page length of user RDAREA used to store index (bytes)
All Rights Reserved. Copyright (C) 2012, Hitachi, Ltd.