Postgresql - Tablespace & AdvantagesTablespace is an additional data space in PostgreSQL that is kept apart from the base directory. It is supported by PostgreSQL version 8.0. It allows file system locations for the files that represent database objects to be specified by database administrators. Once a tablespace is created, it can be referred to by name when creating database objects. This has at least two advantages.
Next Topic » (Postgresql - pg_default, pg_global tablespaces) |