We are migrating to v9.5.1. Migration guide says:
During database migration, the statistics collected for system catalog tables are not retained. You must update the statistics for these tables using the RUNSTATS command.
Do I understand this sentense "update the statistics on the system tables" right? When I asked this question before the answer was yes RUNSTATS on SYSCAT tables:
runstats on SYSCAT tables
What does it mean exactly?
RUNSTATS ON table SYSCAT.<tablename> ... ???
But they are not tables but views.
Thanks