- 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.
推薦閱讀
- JavaScript百煉成仙
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- JavaScript 網(wǎng)頁編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- Python Tools for Visual Studio
- Implementing Cisco Networking Solutions
- MATLAB 2020從入門到精通
- PySide 6/PyQt 6快速開發(fā)與實(shí)戰(zhàn)
- D3.js By Example
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計(jì)·運(yùn)營·變現(xiàn)(圖解案例版)
- 軟件工程與UML案例解析(第三版)
- Visual Basic 程序設(shè)計(jì)實(shí)踐教程
- SaaS攻略:入門、實(shí)戰(zhàn)與進(jìn)階
- HTML并不簡單:Web前端開發(fā)精進(jìn)秘籍
- H5頁面設(shè)計(jì)與制作(全彩慕課版·第2版)