Remove 2029 Remove Design Remove Performance Remove Systems
article thumbnail

PostgreSQL Partitioning Made Easy Using pg_partman (TimeBased)

Percona

Users use it to automate and create partitions by breaking large tables into smaller partitions for better performance. Column name p_type text You can use the Partman type based on your performance improvement and flexibility requirements. You can set the parameter either by using ALTER SYSTEM or by manually modifying the config file.

Storage 97
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

The problem is that this system has a default libc that has been compiled without frame pointers, so any stack walking stops at the libc layer, producing a partial stack that's missing the application frames. I'm sure this delivered large performance improvements and I wouldn't try arguing against it.

Java 145