ccmdb update_statistics

This topic contains information about the ccmdb update_statistics command.

Synopsis

ccmdb update_statistics database_path [/l|/low]

Description and uses

Use the ccmdb update_statistics regularly to update Informix® system tables so that your queries run more quickly. This command is run for you as part of the ccmdb check, ccmdb load, and ccmdb unpack commands.

The user for this command is the Rational® Synergy administrator.

Satisfy the following prerequisite:

Options and arguments

database_path

Specifies the path to the database containing the system tables to be updated.

/l|/low

Causes the command to perform a quicker, less comprehensive system catalog table check and update. The default is to perform the most comprehensive table check and update, which runs more slowly.

Example

Perform a quick update of the Informix system tables to the \\bulldog\ccmdb\tstgonzo database.

> ccmdb update_statistics /low \\bulldog\ccmdb\tstgonzo


Feedback