Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters >

DD_HASHMAX

onconfig.std value
None
units
Maximum number of tables in a hash bucket
range of values
Positive integers
takes effect
When the database server is shut down and restarted
utilities
Use a text editor to modify the configuration file.
refer to
The following material:

DD_HASHMAX specifies the maximum number of tables in each hash bucket in the data-dictionary cache. A hash bucket is the unit of storage (typically a page) whose address is computed by the hash function. A hash bucket contains several records.

For example, if DD_HASHMAX is 10 and DD_HASHSIZE is 100, you can store information about 1000 tables in the data-dictionary cache, and each hash bucket can have a maximum of 10 tables.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]