No upcoming presentations...

    Optimizing queries involving partitioned tables

    divide and conquer comes to SQL

    Introduced in PostgreSQL 10, partitioned tables are becoming a main stream feature of PostgreSQL. When combined with FDW esp. postgres_fdw, these two technologies form a base for distributed query processing in a sharded setup.

    Partitioned table distribute the data into smaller chunks or when coupled with FDW they distribute the data across multiple servers. PostgreSQL's query optimizer take...

    @ CHINA 2020 And PGConf.Asia 2020

    Nov 19 2020

    Performance