Past Meetup

PostgreSQL Istanbul Meetup - September 2026 Edition

📅 September 3, 2026 · 18:00 – 21:00
📍 Levent Mah. Aydın Sok No: 7 Levent Istanbul Map ↗

About the meetup

Hi,

Please join us for the 2nd edition of the PostgreSQL Istanbul meetup! We have another great lineup: Volkan Çetin, Senior Software Engineer on the Azure Cosmos DB for PostgreSQL team at Microsoft, and Önder Kalacı, Staff Software Engineer at Snowflake.

Registration is required: https://kommunity.com/organizers/pgtr/events/postgresql-istanbul-meetup-2-cf581ede

Talks

01

Snapshot‑Based Migration for PostgreSQL and Extensions

Traditional PostgreSQL migrations lean on logical replication or dump/restore, which can add hours of data copy time and operational risk at scale. In this talk, I’ll walk through a snapshot‑based migration approach we built to move PostgreSQL clusters between platforms while keeping the cutover window to just a few minutes. The core idea is simple: instead of copying table data, we re‑use the PostgreSQL data directory by creating storage snapshots, attaching the restored disks to a newly provisioned target cluster, and then running a focused “data adaptation” phase. The migration flow includes pre‑validation, a brief read‑only window on the source, restoring from snapshots, swapping the target data disk in as the primary data drive, applying platform “delta” files (extensions, configuration, certificates), and then bringing Postgres back up for verification and cutover. In our environment, migrations typically complete end‑to‑end in minutes, with the read‑only window averaging less than minutes, no matter the database size.

Volkan Çetin
Volkan Çetin

Volkan Cetin is a Senior Software Engineer on the Azure Cosmos DB for PostgreSQL team at Microsoft, where he has worked for four years on the managed service that runs Postgres and Citus clusters in production. Much of his work sits at the hard edges of moving live databases: version upgrades, cluster migrations, and the extension compatibility problems that tend to surface only at the worst moment. He previously worked at Turkish Aerospace and holds a Computer Engineering degree from Middle East Technical University.

⏱ 45 min
02

pg_lake: Postgres for Iceberg and Data lakes

PostgreSQL is the industry standard for transactional data, but managing analytical workloads at scale often leads to complex, fragmented data pipelines. This presentation introduces pg_lake, an open-source architecture that uses your existing PostgreSQL database as a reliable gateway for your data lake. You will learn how to leverage Postgres’s operational stability to query data stored in Apache Iceberg and Parquet, bridging the gap between transactional and analytical workloads without the need for complex database migrations.

Önder Kalacı
Önder Kalacı

Önder is a PostgreSQL engineer and open-source contributor. He began his Postgres career at CitusData, where he worked on Citus and a range of PostgreSQL-related projects before and after the company was acquired by Microsoft. He later joined Crunchy Data, which was acquired by Snowflake, and now works on PostgreSQL across Snowflake. Önder is also a maintainer of the open-source pg_lake project.

⏱ 45 min