Parallel Safety
  • References/Database/PostgreSQL/Parallel Query

The planner classifies operations involved in a query as either parallel safe, parallel restricted, or parallel

2025-01-10 15:47:30
Catalogs: pg_locks
  • References/Database/PostgreSQL/Internals: Catalogs

The view pg_locks provides access to information about the locks held by active processes within the database server. See Chapter 13 for more

2025-01-10 15:47:30
CREATE MATERIALIZED VIEW
  • References/Database/PostgreSQL/Commands

NameCREATE MATERIALIZED VIEW -- define a new materialized view Synopsis

2025-01-10 15:47:30
DROP EVENT TRIGGER
  • References/Database/PostgreSQL/Commands

NameDROP EVENT TRIGGER -- remove an event trigger Synopsis

2025-01-10 15:47:30
Internals//BRIN Indexes
  • References/Database/PostgreSQL/Internals/BRIN Indexes

BRIN stands for Block Range Index. BRIN is designed for handling very large tables in which certain columns

2025-01-10 15:47:30
tablefunc
  • References/Database/PostgreSQL/Appendixes/Additional Supplied Modules

The tablefunc module includes various functions that return tables (that is, multiple rows). These functions are useful both in their own right

2025-01-10 15:47:30
Creating a Database Cluster
  • References/Database/PostgreSQL/Server Setup and Operation

Before you can do anything, you must initialize a database storage area on disk. We call this a database cluster. (The SQL

2025-01-10 15:47:30
Internals//Index Access Method: Index Scanning
  • References/Database/PostgreSQL/Internals/Index Access Method

In an index scan, the index access method is responsible for regurgitating the TIDs of all the tuples it has been told about that match the scan keys

2025-01-10 15:47:30
Calling Functions
  • References/Database/PostgreSQL/Syntax

PostgreSQL allows functions that have named parameters to be called using either positional or named

2025-01-10 15:47:30
Server Configuration: Query Planning
  • References/Database/PostgreSQL/Server Configuration

19.7.1. Planner Method Configuration These configuration parameters provide a crude method of influencing the query plans chosen

2025-01-10 15:47:30