Temporary table settings
You can configure settings for temporary tables.
To display the settings screen, in the Required settings tab on the writing operation screen, the monitoring records operation screen, or the get table status operation screen, open the pulldown list of Table, and then click Add.
The following types of operations use a common temporary table:
-
Writing operation
-
Monitoring records operation
-
Get table status operation
It is not necessary to create a temporary table for each component.

Figure 2.7 Temporary table settings screen
(1) Field list
This is a list of the fields to configure on the temporary table settings screen.
Field Name |
Initial Value |
Setting Value |
Omission |
Notes |
|
---|---|---|---|---|---|
Name |
|
Single-byte alphanumeric characters and certain symbols (*1) |
- |
A value that begins with a single-byte alphabetic character |
|
Required settings |
|||||
|
Schema definition |
|
Schema definition for the temporary table |
- |
|
Main key |
|
|
- |
Select the appropriate check box to set the main key |
|
Column name |
|
Single-byte alphanumeric characters and certain symbols (*1) |
- |
A value that begins with a single-byte alphabetic character |
|
Data lifetime period |
0 |
From 0 to 86400 |
- |
Unit: seconds Set as integer |
|
Cleanup interval |
0 |
From 0 to 86400 |
- |
Unit: seconds Set as integer |
- |
: |
Impossible to omit |
*1 |
: |
Only "_" (underscore) can be specified. |
(2) Description of each field
This section explains each of the fields to configure on the temporary table settings screen.
After changing these settings, click Finish to save the settings.
Click Cancel to discard the changes.
- Name
-
Resource name of the temporary table
Single-byte alphanumeric characters and "_" (underscore) can be used.
Use a value that begins with a single-byte alphabetic character.
Required settings
- Schema definition
-
Schema definition for the temporary table
The schema definition is displayed as a list.
Click Up and Down to move the selection.
Click Add or Delete to add or delete schema definitions.
- Main key
-
Schema definition main key
Among the temporary table schema settings, select the column that you want to use as the main key.
You can select multiple check boxes of columns that you want to use as the main key.
Clear the check box of columns that you do not want to use as the main key.
- Column name
-
Column names of the schema definition
Specify each column name among the schema definitions of the temporary table.
Single-byte alphanumeric characters and "_" (underscore) can be used.
Use a value that begins with a single-byte alphabetic character.
- Data lifetime period
-
Lifetime period of data stored in the temporary table (seconds)
Specify a number between "1" and "86400" for the lifetime period of data stored in the temporary table.
If you omit this setting, "0" is specified, and the value is deleted only when the value is obtained by the monitoring records operation.
- Cleanup interval
-
Interval at which the data in the temporary table is deleted (seconds)
Specify a number from "1" through "86400" for the interval at which data stored in the temporary table is deleted after the data lifetime is exceeded.
If you omit this setting, "0" is specified, and the value is deleted only when the value is obtained by the monitoring records operation.