Tagged articles

Foreign Data Wrapper

1 articles · Page 1 of 1
ITPUB
ITPUB
Jul 11, 2016 · Databases

Inside PostgreSQL: How the Database Kernel Works and Can Be Extended

This article explains PostgreSQL's kernel architecture, from client connection handling through parsing, rewriting, planning, and execution, illustrates scan and join algorithms, shows how to extend the kernel and build clustered deployments, and introduces Foreign Data Wrappers for integrating external data sources.

Foreign Data WrapperIndex ScanPostgreSQL
0 likes · 13 min read
Inside PostgreSQL: How the Database Kernel Works and Can Be Extended