Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.5.1.1
-
None
Description
Kathey Marsden comments on DERBY-3787:
Not a show stopper for the release, but in beginning my buddy testing,
I noticed the examples should use CALL e.g.
CALL SYSCS_UTIL.SYSCS_UPDATE_STATISTICS('SAMP','EMPLOYEE','PAY_DESC');
CALL SYSCS_UTIL.SYSCS_UPDATE_STATISTICS('SAMP', 'EMPLOYEE', null);
Also in the Tuning Guide under Working with Cardinality Statistics -> When Cardinality Statistics Go Stale we should refer users to the SYSCS_UTIL.SYSCS_UPDATE_STATISTICS stored procedure to update their statistics and cross reference the reference guide.
Myrna van Lunteren suggests a new issue for this, so I'm filing it.
Attachments
Attachments
Issue Links
- depends upon
-
DERBY-3787 Document the new system stored procedure SYSCS_UTIL.SYSCS_UPDATE_STATISTICS which was added as part of DERBY-269
- Closed