1.2 Physiacel Structure of Database Cluster
1.2. Physical Structure of Database Cluster
A database cluster basically is one directory referred to as base directory, and it contains some subdirectories and lots of files. If you execute the initdb utility to initialize a new database cluster, a base directory will be created under the specified directory. Though it is not compulsory, the path of the base directory is usually set to the environment variable PGDATA.
Figure 1.2 shows an example of database cluster in PostgreSQL. A database is a subdirectory under the base subdirectory, and each of the tables and indexes is (at least) one file stored under the subdirectory of the database to which it belongs. Also there are several subdirectories containing particular data, and configuration files. While PostgreSQL supports tablespaces, the meaning of the term is different from other RDBMS. A tablespace in PostgreSQL is one directory that contains some data outside of the base directory.
當使用initdb 工具初始化一個新的資料庫叢集時會建立base目錄,具體結構可看下圖:
參考文件:
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21374452/viewspace-2779888/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 1.1 Logical Structure of Database ClusterStructDatabase
- DrawERD makes it easy to visualize your database structure.DatabaseStruct
- CLUSTER_DATABASE_INSTANCES引數Database
- 10g Administrator workshop II---Database structureDatabaseStruct
- MySQL 8.0 Reference Manual(讀書筆記56節--Optimizing Database Structure)MySql筆記DatabaseStruct
- CLUSTER_DATABASE_INSTANCES 引數的真正含義Database
- 在 Google Kubernetes Cluster 上使用 HANA Expression Database ServiceGoExpressDatabase
- data structureStruct
- Valuation StructureStruct
- ORA-29707: inconsistent value 2 for initialization parameter cluster_database_Database
- OpenAPI Basic StructureAPIStruct
- VALIDATE STRUCTUREStruct
- RedHat 4 as 下安裝Oracle11gR2,Cluster(ASM)和DatabaseRedhatOracleASMDatabase
- Data Structure_樹Struct
- sqrt-data-structureStruct
- 1.2
- Oracle RAC啟動歸檔時需要設定CLUSTER_DATABASE引數嗎?OracleDatabase
- rac下啟動關閉與更改歸檔模式 時CLUSTER_DATABASE 作用模式Database
- Data block Structure and Row Piece Structure_20091209BloCStruct
- idea--Project StructureIdeaProjectStruct
- SAP Spartacus Reference App StructureAPPStruct
- Idea Project Structure配置IdeaProjectStruct
- 學習VALIDATE STRUCTUREStruct
- buffer cache logical structure!Struct
- Program Interface Structure (135)Struct
- PRKR-1005 : adding of cluster database asmdb configuration failed, {1}DatabaseASMAI
- 兩節點的10gRAC加入新節點後cluster_database_instances=2Database
- index branch and leaf block structure(轉)IndexBloCStruct
- 【MySQL】Could not initialize master info structureMySqlASTStruct
- Structure of the Data Dictionary : Base Tables (258)Struct
- The Internal Structure of Indexes (208)StructIndex
- Half-Edge-Mesh-Data-StructureStruct
- [AlwaysOn2017] AlwaysOn的DMV和DMF - Sys.dm_hadr_database_replica_cluster_statesDatabase
- redis.cluster/memcached.cluster/wmware esxiRedis
- SAP ABAP Append structure 介紹APPStruct
- data structure online videoStructIDE
- Oracle Memory Structure 1. Overview And ManagementOracleStructView
- Disjoint set(並查集) data structure並查集Struct