Think of why you run the DB2 for z/OS REORG utility, and a number of reasons are likely to come quickly to mind: to restore row order per a table’s clustering key; to reestablish free space (for inserts and/or for updates ); to remove the AREO* status set for a table space following (for example) an ALTER TABLE ADD COLUMN operation; or to materialize a pending DDL change such as an enlargement of a table space’s DSSIZE. How about disk space reclamation? If that REORG motivation has not previously …read more
Related Articles
Role Transitions with Oracle 12c Data Guard
Role transitions are no more complicated starting from Oracle Database 12c. Role transition, basically, comprises switchover and failover. Using the previous release role transitions, in order to perf...
Speed up your queries using the covering index in MySQL
Introduction A covering index is a special case of an index in InnoDB where all required fields for a query are included in the index; in other words, the index itself contains the required data to ex...
How to use external objects in Toad Data Modeler
Learn how to manage external objects in your models....
