GeekWire Calendar
Meetups, conferences, startup events, and geeky gatherings in the Pacific Northwest and beyond. Browse for local tech events, or search by date or keyword. Submit your event below for consideration for the GeekWire Calendar. Look for highlights from the GeekWire Calendar each week on GeekWire, and check out GeekWire's own unique series of signature tech events in the Seattle region.

- This event has passed.
Seattle Postgres: Managing Transaction Metadata in PostgreSQL
February 6 @ 6:00 pm - 8:00 pm
Free
Founded in 2010, the Seattle PostgreSQL Users Group (SEAPUG) gets together in person and we talk about technology and databases – especially our favorite database, Postgres! Nothing is too simple or too complicated. Come meet the people… from the newbie to expert – whether your job directly involves databases or not – all have a good time talking shop about technology over some food and drinks.
Feb 6 event:
PostgreSQL relies on a series of specialized components to manage the state and metadata of its transactions, ensuring consistency, isolation, and durability across concurrent operations. This talk explores the internals of these components, including commit logs (CLOG), commit timestamps, subtransactions, and multi-transactions, which together form the backbone of PostgreSQL’s transaction management system. We will cover the fundamentals of how they work and recent work being done to improve upon these components in the community. Additionally, we’ll examine how these mechanisms interact with features like asynchronous notifications, highlighting the design choices that make PostgreSQL robust and scalable.
Pizza is provided, and we also have a user group lending library of books & papers related to PostgreSQL and Databases.
NEW LOCATION: same place as the summer BBQ – the Fred Hutch Steam Plant building. (Entrance on Eastlake Ave) Typically it’s not hard to find street parking nearby.
Speaker: Rishu Bagga is a software engineer who has worked on open source Postgres and Amazon Aurora related Postgres projects. Rishu specifically worked on the open source efforts in Postgres to move SLRU pages into the main buffer cache and add page headers to the SLRU pages.