No upcoming presentations...

    Compiling PostgreSQL from source is a relatively easy thing to do compared to most open source projects. But for production systems, using the packages the operating systems provide is generally the recommended way to go. The problem is none of them end up managing PostgreSQL quite the same, let alone anything like the original source compile. This talk will cover how some of the major Unix-bas...

    @ PGConf US 2017 [PgConf.US]

    Mar 31 2017

    Operations

    After you've been using PostgreSQL for a while, you realize that there are some things still missing that would make using it in large, production environments easier: automated partitioning, autonomous functions, logical replication & better dump filtering. Thankfully, it's extremely easy to make add-ons to allow some of those features right now. And you don't even have to know a single line o...

    @ PGConf NYC 2014 [PgConf.US]
    Admin

    Splitting data amongst tables has long been a standard practice in RDBMS systems to increase both storage and query efficiency. But until recently PostgreSQL was missing that feature natively. This talk will discuss both the old trigger based methods, the new native feature included in PostgreSQL 10 and upcoming features in 11 and beyond.

    Slides - [http://slides.keithf4.com/partitioning_then...

    @ PostgresConf US 2018
    Postgres Internals