LucidDbAppLib COMPUTE STATISTICS FOR SCHEMA
From Eigenpedia
Contents |
Syntax
CALL APPLIB.COMPUTE_STATISTICS_FOR_SCHEMA( schemaname )
Purpose
Executes 'analyze table' with 'compute statistics for all columns' for all tables in a schema.
Parameters
- schemaname: name of schema containing tables to compute stats for [VARCHAR(255)]
Example
CALL APPLIB.COMPUTE_STATISTICS_FOR_SCHEMA( 'TESTSCHEMA' )
(doesn't return anything)

