Enabling Concurrent I/O on a DB2 tablespace

Alternately, you can enable Concurrent I/O on a new DB2 tablespace by using the db2 -v command.

To enable Concurrent I/O on a new DB2 tablespace

  1. Use the db2 -v "create regular tablespace..." command with the no file system caching option when you create the new tablespace.

  2. Set all other parameters according to your system requirements.

To enable Concurrent I/O on an existing DB2 tablespace

To verify that Concurrent I/O has been set for a particular DB2 tablespace

  1. Use the DB2 get snapshot option to check for Concurrent I/O:

      # db2 -v "get snapshot for tablespaces on dbname"

    dbname is the database name.

  2. Find the tablespace that you want to check and look for the File system caching attribute. If you see File system caching = No, then Concurrent I/O is enabled.