article thumbnail

PostgreSQL Partitioning Made Easy Using pg_partman (TimeBased)

Percona

PostgreSQL Partition Manager — ‘pg_partman’ — is an open source extension freely available, widely supported, and actively maintained by the PostgreSQL community. pg_partman creates and manages both time-based and serial-based table partition sets. Download Percona Distribution for PostgreSQL Today!

Storage 98
article thumbnail

The Return of the Frame Pointers

Brendan Gregg

This technique saves two instructions in the prologue and epilogue and makes one additional general-purpose register (%rbp) available." The overhead to walk DWARF is also too high, as it was designed for non-realtime use. Trivia: I had penciled the frame pointer function prologue and epilogue on my Netflix office wall , lower left.)

Java 145