Top
Symfoware Server V12.0.0 Operation Guide
FUJITSU Software

7.6.1 Using a Tablespace

Symfoware Server enables you to use a tablespace to change the storage destination of database objects, such as tables and indexes, to a different disk.

The procedure is as follows:

  1. Create a tablespace

    Use the CREATE TABLESPACE command to create a new tablespace in the prepared disk.

  2. Modify the tablespace

    Use the ALTER TABLE command to modify tables for the newly defined tablespace.

See

Refer to "SQL Commands" under " Reference" in the PostgreSQL Documentation for information on the CREATE TABLESPACE command and ALTER TABLE command.