- Learning PostgreSQL 10(Second Edition)
- Salahaldin Juba Andrey Volkov
- 105字
- 2021-07-02 22:42:13
Tablespace
A tablespace is a defined storage location for a database or database objects. Tablespaces are used by administrators to achieve the following:
- Maintenance: If the hard disk partition runs out of space where the database cluster is created and cannot be extended, a tablespace on another partition can be created to solve this problem by moving the data to another location.
- Optimization: Heavily accessed data could be stored in fast media such as a solid-state drive (SSD). At the same time, tables that are not performance critical could be stored on a slow disk.
The SQL statement to create a tablespace is CREATE TABLESPACE.
推薦閱讀
- PPT,要你好看
- Mastering Hadoop 3
- Hands-On Data Science with SQL Server 2017
- Getting Started with Containerization
- Learning Social Media Analytics with R
- 西門子S7-200 SMART PLC實例指導學與用
- 中國戰略性新興產業研究與發展·工業機器人
- 零起點學西門子S7-200 PLC
- Mastering MongoDB 3.x
- 寒江獨釣:Windows內核安全編程
- ZigBee無線通信技術應用開發
- 電動汽車驅動與控制技術
- 電氣控制及Micro800 PLC程序設計
- Learn Microsoft Azure
- 貫通Java Web輕量級應用開發