作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2006, Vol. 32 ›› Issue (16): 38-40. doi: 10.3969/j.issn.1000-3428.2006.16.015

• 软件技术与数据库 • 上一篇    下一篇

表空间存储策略在PostgreSQL中的研究与实现

古 锐;亓 伟;叶晓俊   

  1. 清华大学软件学院信息系统与工程研究所,北京 100084
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2006-08-20 发布日期:2006-08-20

Research and Implementation of Tablespace Storage Strategy in PostgreSQL

GU Rui;QI Wei;YE Xiaojun   

  1. Institute of Information System and Engineering, School of Software, Tsinghua University, Beijing 100084
  • Received:1900-01-01 Revised:1900-01-01 Online:2006-08-20 Published:2006-08-20

摘要: 分析了数据库管理系统中数据存储实现策略所采用的系统管理表空间(SMS)和DBMS管理表空间(DMS)这两种主要的表空间管理方式。基于PostgreSQL数据库管理系统,给出了在其上实现这两种表空间共存的策略,并描述了DMS表空间的实现方法。

关键词: PostgreSQL, 表空间, 系统管理表空间, DBMS管理表空间

Abstract: Tablespace is the main data storage management strategy of DBMS. This paper analyzes the two primary approaches to manage the tablespace: system managed space(SMS) and DBMS managed space(DMS). Then it proposes a strategy to co-exist the two strategies based on PostgreSQL, and especially presents the method for the implementation of DMS.

Key words: PostgreSQL, Tablespace, System manager space(SMS), DBMS manager space (DMS)

中图分类号: