administration

pgcopydb: Tutorial

Summary: This documentation section for pgcopydb contains a list of classic pgcopydb use-cases. For details about the commands and their options see the manual page for each command at pgcopydb.

Continue reading

pg_profile: Vacuum related statistics

Summary: This report section contains top tables and indexes in cluster, related to vacuum activities.

Continue reading

pg_profile: Server statistics

Summary: This report section contains some server-level statistics in PostgreSQL.

Continue reading

pg_profile: PostgreSQL historical workload reports

Summary: The pg_profile extension helps you to find out most resource-consuming activities in PostgreSQL databases.

Continue reading

pg_profile: User function statistics

Summary: This report section contains top functions in cluster, based on pg_stat_user_functions view.

Continue reading

pg_profile: Usage

Summary: in this section, you will learn how to use pg_profile in PostgreSQL.

Continue reading

pg_profile: SQL query statistics

Summary: This report section contains tables of top statements during report interval sorted by several important statistics.

Continue reading

pg_profile: Schema object statistics

Summary: This section of report contains top database objects, using statistics from Statistics Collector views.

Continue reading

pg_profile: Getting started

Summary: The pg_profile extension helps you to find out most resource intensive activities in PostgreSQL databases.

Continue reading

pgagroal: Getting started

Summary: The pgagroal is a high-performance connection pool for PostgreSQL.

Continue reading