June 2018
Intermediate to advanced
478 pages
10h 52m
English
The automatic storage feature makes storage management easier. In this mode, the database manager manages the space requirement at the storage group level, instead of DBAs managing the space at the table space container level. By default, all of the databases created in Db2 10.1 and above use the automatic storage feature. However, if the database was created with an explicitly stated AUTOMATIC STORAGE NO clause, it cannot use the automatic storage table spaces.
You can convert a non-automatic storage database, SAMPLE, to an automatic storage database via the following steps:
CONNECT TO sample;
CREATE STOGROUP SG_DATA ON '/data/fs1/' OVERHEAD 0.8 DEVICE READ ...Read now
Unlock full access