7 Features of DB2 That Added in Version 10

Each version of DB2 comes with different features. Some of these features in DB2 V10.5 are as follows:

  1. Adaptive compression: ALTER TABLE table_name COMPRESSION YES, this will re-organize the table.
  2. New version is COMPRESSION ADAPTIVE YES, existing table will be re-organized
  3. Multi-temparature data: Hot data (recently accessed) will be placed on Fast access storage. Cold data will be placed on Slow access storage
  4. Performance: Optimizer will select Hash join. In the RUNSTATUSĀ if we specify INDEXSAMPLE, we will get more refined statistics
  5. CREATE TRIGGER supports, now on INSERT, UPDATE, DELETE
  6. DB2 pure scale: It supports parallel processing
  7. Time Travel Query by using temporal tables, either with Past query(already ran), future query(going to run). We can run query with temporal tables, with out affecting real table data.

Related articles:

DB2- V10.5 SQL Enhancements (srinimf.com)

Author: Srini

Experienced software developer. Skills in Development, Coding, Testing and Debugging. Good Data analytic skills (Data Warehousing and BI). Also skills in Mainframe.