About 380,000 results
Open links in new tab
  1. PostgreSQL: Documentation: 17: 65.1. Database File Layout

    Feb 20, 2025 · Traditionally, the configuration and data files used by a database cluster are stored together within the cluster's data directory, commonly referred to as PGDATA (after the name …

  2. PostgreSQL: Documentation: 8.1: Database Physical Storage

    All the data needed for a database cluster is stored within the cluster's data directory, commonly referred to as PGDATA (after the name of the environment variable that can be used to define …

  3. Where does PostgreSQL store the database? - Stack Overflow

    Feb 4, 2013 · sudo -u postgres psql -c "show data_directory;" will show the current storage locations on a standard PostgreSQL installation. To see where the data directory is, use this …

  4. PostgreSQL Layout Of Database Directory - CloudDuggu

    The following table presents the PostgreSQL Database Directory Structure which contains many subdirectories. Each subdirectory is used for different operations and the detail of each …

  5. 1.2. Physical Structure of Database Cluster - Hironobu SUZUKI

    In the following subsections, the layout of a database cluster, databases, files associated with tables and indexes, and tablespaces in PostgreSQL are described. 1.2.1. Layout of a …

  6. Database File Layout - postgresql.kr

    All the data needed for a database cluster is stored within the cluster's data directory, commonly referred to as PGDATA (after the name of the environment variable that can be used to define …

  7. Explain About PostgreSQL Data Directory Layout |InterviewQ&A

    Jul 27, 2021 · one instance of Postgres is known as a cluster .one cluster is on the disk known as a data directory. by default is located on “/var/lib/psql/11/data/”, this is the default location for …

  8. Module 2 - System Architecture - Postgres Administration …

    Disk Read Buffering Disk Write Buffering Background Writer Cleaning Scan Write Ahead Logging (WAL) Transaction Log Archiving Commit and Checkpoint Statement Processing Physical …

  9. Understanding the Basics of PostgreSQL's Database Cluster

    Jun 27, 2023 · A database cluster in PostgreSQL is represented by a directory structure, commonly referred to as the base directory. When you initialize a new database cluster using …

  10. PostgreSQL: Documentation: 17: 18.2. Creating a Database Cluster

    Feb 20, 2025 · To initialize a database cluster manually, run initdb and specify the desired file system location of the database cluster with the -D option, for example: $ initdb -D …

  11. Some results have been removed
Refresh