Server User Manual

Example 2:
Table DSO definition with multiple columns as the split key
2.7.2 Table DSO definition for multimedia data storage
This section explains how to specify a table DSO definition for storing image or audio data. This data is stored in a
BLOB-type column.
For storing data such as image and voice, the record length in a table may exceed the page length. In this case,
specify SEQUENTIAL or OBJECT as the data structure. If OBJECT is specified, assign 32 to PAGESIZE. For the
OBJECT type, split operation is not available, and the associated table definition is conditional. For more information
on table definition conditions, refer to "2.6.4 Table Definition for Multimedia Data Storage." A sample definition follows.
Example:
Table DSO definition for storing multimedia data (SEQUENTIAL)
Example:
Table DSO definition for storing multimedia data (OBJECT)
54