What does the RUNSTATS Utility do?

Answers were Sorted based on User's Feedback



What does the RUNSTATS Utility do?..

Answer / s

RUNSTATS does not reclaim space nor orders records, its the
REORG utility that will reorganize the data records.
RUNSTATS collects statistics about the data in the table
like, cardinality statistics, frequency statistics that
will be used by the optimizer to determine a good access
path.

Is This Answer Correct ?    30 Yes 3 No

What does the RUNSTATS Utility do?..

Answer / andank

RUNSTATS does not reclaim space nor orders the records.

Here is info from the DB2 Manual:

The RUNSTATS online utility gathers summary information
about the characteristics of data in table spaces, indexes,
and partitions. DB2 records this information in the DB2
catalog and uses it to select access paths to data during
the bind process. It is available to the database
administrator for evaluating database design and to aid in
determining when table spaces or indexes must be
reorganized.

Output: RUNSTATS updates the DB2 catalog with table space
or index space statistics or prints a report.

Is This Answer Correct ?    14 Yes 0 No

What does the RUNSTATS Utility do?..

Answer / srinivasa yadav

RUNSTAT: IT GIVES THE LATEST INFORMATION OF THE
INDEXES,TABLESPACES etc

Is This Answer Correct ?    10 Yes 1 No

What does the RUNSTATS Utility do?..

Answer / sunil1405

reclaims free spcace, orders the records

Is This Answer Correct ?    1 Yes 29 No

Post New Answer

More DB2 Interview Questions

What is a buffer in memory?

0 Answers  


What is the physical storage length of timestamp data type?

0 Answers  


How many clustering indexes can be defined for a table?

2 Answers  


Which catalog tables contain authorization information?

1 Answers  


What are column-name qualifiers used?

1 Answers  






how 2 resolve the -311 sqlcode

1 Answers  


Why might full image copies be faster to implement than an incremental image copy?

4 Answers  


What is the information associated with sysibm.syslinks table?

0 Answers  


What is check constraint in db2?

0 Answers  


Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?

1 Answers  


How to find the number of rows in a db2 table?

0 Answers  


What is the difference between Where and Having Clause

7 Answers   IBM, iFlex,


Categories