Keith Fiske

Results 69 issues of Keith Fiske

Investigate support for multi-column partitioning. Initial support will likely only consider a single column when managing the creation/retention of child tables, but should at least allow declaring multiple columns for...

feature request

As of PG14, the child now inherits the parent's tablespace automatically. For 5.x, allow setting a different tablespace for child tables vs what the parent has. If the value in...

feature request

# Description Working with build team to make the build packaging file consistent with what the packages are doing and other packages. The sysconfig file for alertmanager has `--storage.path=/var/lib/ccp_monitoring/alertmanager` set...

# Description The adds support for the sql_exporter which makes use of the new extension metrics. It requires the pgmonitor-extension found here - https://github.com/CrunchyData/pgmonitor-extension The extension adds features for -...

FEATURE

With postgres_exporter dropping custom query support sometime in the future, we need to find a different exporter since this is a key feature of pgMonitor. Currently looking at migrating to...

FEATURE

Could possibly just use table_len instead of doing fancy stuff with relpages. Would avoid the need for analyze if it works.

Since bloat/xid can often be related since bloated tables aren't getting vacuumed as they should, see about adding xid age stats to the data involved. Databases w/ oldest txid's ```...

Add documentation for upgrading to version 5.0.0 * migrate from postgres_exporter to sql_exporter * update to latest grafana. new dashboards for sql_exporter

DOCS

I watched your talk from DevDay Poland and found it very informative! So I took up your request/challange to create this API in plpgsql. I'd been meaning to learn more...

Someone posted an issue in the repo for pg_partman about not being able to read data from the parent table when used in combination with pg_shard. Haven't been able to...