Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Statistics

Status
Not open for further replies.

nukular

Technical User
Joined
Sep 26, 2004
Messages
7
Location
CH
Hi Everyone

Is there a possibility to delete statistics which were created with runstats.

Thank you

Lukas Felder
 
Hi Lucas,
No you can't "reset" statistics.
You can "UPDATE" statistics such as:
UPDATE SYSSTAT.TABLES
SET CARD = -1
NPAGES = -1
FPAGES = -1
OVERFLOW = -1
WHERE TABSCHEMA = 'xxx'
AND TABNAME = 'yyy'

If you have DB2 for Win-Unix installed on a PC, go to the HELP -> INFORMATION Center to access almost all of DB2 for Win-Unix reference materials.

Larry Kintisch

IBM Contractor Instructor for DB2, SQl, QMF, Data modeling; [DB2 for z/OS]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top