September 17-19, 2012

Westin Michigan Avenue Hotel, Chicago

Log in or Sign Up

Using the PostgreSQL System Catalogs

log in to bookmark this presentaton

Novice / Talk
September 17th 1:30 p.m. – 5 p.m.
The PostgreSQL system catalogs store metadata about SQL objects such as tables, columns, functions, schemas, and more. This talk will explore the organization and structure of the system catalogs and explain how you can use these catalogs to manage and tune your database.

Abstract

We'll cover applications such as (1) getting a list of all tables that have no indices, (2) determining table and database sizes on disk, and (3) monitoring table, session, and background writer activity, as well as the internal structure of the catalogs and how they're used by the database system.