- Learning PostgreSQL 11
- Salahaldin Juba Andrey Volkov
- 103字
- 2021-07-02 13:11:48
Tablespaces
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 can't 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.
推薦閱讀
- PaaS程序設(shè)計
- 編寫高質(zhì)量代碼:改善C程序代碼的125個建議
- MATLAB實用教程
- 微信公眾平臺開發(fā):從零基礎(chǔ)到ThinkPHP5高性能框架實踐
- Apache Spark 2.x for Java Developers
- Access 2010數(shù)據(jù)庫應(yīng)用技術(shù)(第2版)
- 微信小程序全棧開發(fā)技術(shù)與實戰(zhàn)(微課版)
- Java程序設(shè)計與項目案例教程
- Spring 5 Design Patterns
- 程序員的成長課
- SFML Game Development
- Developing Java Applications with Spring and Spring Boot
- C語言程序設(shè)計
- Web前端開發(fā)技術(shù)實踐指導教程
- MonoTouch應(yīng)用開發(fā)實踐指南:使用C#和.NET開發(fā)iOS應(yīng)用