Product

pgfincore: Manage relation page caches in PostgreSQL

Summary: The pgfincore module provides a set of functions to manage pages in memory from PostgreSQL.

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

Planner statistics for indexed expressions

Summary: PostgreSQL is gathering statistics for indexed expressions, in order to make good choices of query plans.

Continue reading