DBMS Configuration Settings

The DBMS database supports the following three configuration settings:

You must specify the DBMS configuration settings in the XML Configuration file.

Locale

Locale is the path to the library containing localisation data. The syntax for this configuration setting is:

<configuration name="locale" value="./library.dll" /> 

Block size

The syntax for setting this configuration is:

 <configuration name="block_size" value="4096" /> 

The default value is 4096.

Cluster size

The syntax for setting this configuration is:

<configuration name="cluster_size" value="4096" /> 

The default value is 4096.