uCosminexus Application Server, Expansion Guide
With the database session failover functionality, create three types of tables (application information table, session information table, and blank record information table). Estimate the size of disk space to be allocated by referring to the of each database on the basis of table and index information. Note that this information might change in version upgrade or modification patch of Component Container.
This subsection describes the elements of column for each table and number of rows.
The following table describes the elements of a column.
Table 5-16 Elements of a column in application information table
| No. | Column name | HiRDB type | ORACLE type | Index existence status |
|---|---|---|---|---|
| 1 | APP_INFO_KEY | CHAR(128) PRIMARY KEY | VARCHAR2(128) PRIMARY KEY | None |
| 2 | APP_INFO_VALUE | CHAR(512) | VARCHAR2(512) | None |
The number of rows is as follows:
13 + Number of definitions of refer-only requests
Table 5-17 Elements of a column in session information storage table
| No. | Column name | HiRDB type | ORACLE type | Index existence status |
|---|---|---|---|---|
| 1 | RECORD_NO | INTEGER PRIMARY KEY | NUMBER(10,0) PRIMARY KEY | None |
| 2 | SESSIONID | CHAR(112) | VARCHAR2(112) | Yes |
| 3 | CREATION_TIME | DECIMAL(23,0) | NUMBER(23,0) | None |
| 4 | MAX_INACTIVE_INTERVAL | INTEGER | NUMBER(10,0) | None |
| 5 | THIS_ACCESSED_TIME | DECIMAL(23,0) | NUMBER(23,0) | None |
| 6 | ATTRIBUTES_DATA | BINARY (maximum size of HTTP session attribute information)#1 | BLOB#2 | None |
| 7 | STATUS | CHAR(16) | VARCHAR2(16) | None |
| 8 | OWNER_SERVER | CHAR(512) | VARCHAR2(512) | None |
| 9 | NEXT_FREE_RECORD_NO | INTEGER | NUMBER(10,0) | None |
The number of rows is as follows:
The following table describes the elements of a column.
Table 5-18 Elements of a column in blank record information table
| No. | Column name | HiRDB type | ORACLE type | Index existence status |
|---|---|---|---|---|
| 1 | BLOCK_NO | INTEGER PRIMARY KEY | NUMBER(10,0) PRIMARY KEY | None |
| 2 | FREE_RECORD_NO | INTEGER | NUMBER(10,0) | None |
The number of rows is fixed to 10.
The following table describes the index of session information storage table.
| No. | Index name | UNIQUE attribute | Column name |
|---|---|---|---|
| 1 | Application-identifier_SESSIONS_IDX | None | SESSIONID |
All Rights Reserved. Copyright (C) 2013, 2015, Hitachi, Ltd.