Scalable Database Server, HiRDB Version 8 Installation and Design Guide

[Contents][Index][Back][Next]

20.1.3 File sizes required for the execution of the statistics analysis utility (pdstedit)

The following table shows the formulas for determining the file sizes required for the execution of the statistics analysis utility (pdstedit):

File type Formula (bytes)
Work file Statistical information about system activity 4096 [Figure] collection count* [Figure] 2
Statistical information about system activity per server 4096 [Figure] collection count* [Figure] number of servers [Figure] 2
Statistical information about UAPs 800 [Figure] number of UAPs to be executed or number of transactions to be executed [Figure] 2
Statistical information about SQL 512 [Figure] number of SQLs to be executed [Figure] 2
Statistical information about SQL static optimization 512 [Figure] SQL object cache mishit count
Statistical information about SQL dynamic optimization 8192 [Figure] number of SELECT statements issued by OPEN or EXECUTE (including INSERT SELECT)
Statistical information about SQL object execution 512 [Figure] number of SQLs to be executed [Figure] number of servers
Statistical information about SQL object transfer 256 [Figure] number of SQLs to be executed [Figure] number of servers
Statistical information about the history of SQL statements (1024 + average SQL length) [Figure] number of SQLs to be executed
Statistical information about CONNECT/DISCONNECT 256 [Figure] number of CONNECTs and DISCONNECTs
Statistical information about global buffer 512 [Figure] number of synchronization points [Figure] 2
Statistical information about database manipulation for HiRDB files 512 [Figure] number of synchronization points [Figure] 2
Statistical information about deferred write processing 512 [Figure] number of deferred write operations [Figure] 2
Statistical information about indexes (input: STJ) 128 [Figure] number of synchronization points [Figure] 2
Statistical information about indexes (input: FJ) 128 [Figure] number of page splits [Figure] 2
Statistical information about foreign server activity 512 [Figure] number of transactions that accessed foreign servers
Statistical information about foreign server utilization status 512 [Figure] number of SQL statements executed on foreign servers
Work file for sorting Work area for sorting the above work files for analysis Maximum size of the above work files for analysis
DAT-
format file
Statistical information about system activity 3262 [Figure] collection count*
Statistical information about system activity per server 3262 [Figure] collection count* [Figure] number of servers
Statistical information about UAPs 1410 [Figure] number of UAPs to be executed or number of transactions to be executed
Statistical information about SQL 447 [Figure] number of SQLs to be executed
Statistical information about SQL static optimization 646 [Figure] SQL object cache mishit count
Statistical information about SQL dynamic optimization 380 [Figure] number of SELECT statements issued by OPEN or EXECUTE (including INSERT SELECT)
Statistical information about SQL object execution 520 [Figure] number of SQLs to be executed [Figure] number of servers
Statistical information about SQL object transfer 389 [Figure] number of SQLs to be executed [Figure] number of servers
Statistical information about the history of SQL statements (240 + average SQL length) [Figure] number of SQLs to be executed
Statistical information about CONNECT/DISCONNECT 278 [Figure] number of CONNECTs and DISCONNECTs
Statistical information about global buffer 567 [Figure] number of synchronization points
Statistical information about database manipulation for HiRDB files 356 [Figure] number of synchronization points
Statistical information about deferred write processing 300 [Figure] number of deferred write operations
Statistical information about foreign server activity 374 [Figure] number of transactions that accessed foreign servers
Statistical information about foreign server utilization status 389 [Figure] number of SQL statements executed on foreign servers

* Collection count = [Figure](pdstend command input time - pdstbegin command input time) [Figure] interval specified with the -m option[Figure]