Peter Geoghegan (@petervgeoghegan) 's Twitter Profile
Peter Geoghegan

@petervgeoghegan

PostgreSQL hacker. Irish expat. A theoretician's practitioner.

ID: 319812046

linkhttp://pgeoghegan.blogspot.com calendar_today18-06-2011 19:51:03

1,1K Tweet

2,2K Followers

197 Following

DBLab by Postgres.AI ๐Ÿ’™๐Ÿ’› (@database_lab) 's Twitter Profile Photo

If transaction ID wraparound happened (the worst nightmare of a PostgreSQL DBA), most would use single-user mode and wait many hours to VACUUM the whole database. Hannu Krosing explains that there is a better way: youtube.com/clip/UgkxiAEBWโ€ฆ

Libby Clark (@libbymclark) 's Twitter Profile Photo

AWS has dramatically increased its contributions with PostgreSQL 16 by understanding the project history and working closely with the community says core team member Jonathan S. Katz. #OSSummit #AWSCloud #opensource AWS Open Source

AWS has dramatically increased its contributions with PostgreSQL 16 by understanding the project history and working closely with the community says core team member <a href="/jkatz05/">Jonathan S. Katz</a>. #OSSummit #AWSCloud #opensource <a href="/AWSOpen/">AWS Open Source</a>
Gregory Smith (@postgresperf) 's Twitter Profile Photo

Simon Riggs was a visionary software developer who contributed fundamental work on the PostgreSQL database, replication and so much more. He was my business partner and mentor for a period where we wrote a pair of books together. I will miss him. metro.co.uk/2024/03/27/plaโ€ฆ

Peter Geoghegan (@petervgeoghegan) 's Twitter Profile Photo

Simon Riggs gave me my start as a Postgres contributor back in 2011. He saw something in me at a time when it really mattered. I'll miss him.

Peter Geoghegan (@petervgeoghegan) 's Twitter Profile Photo

Real talk about the challenges faced by PostgreSQL developers/hackers is something that I very much welcome. Kudos for normalizing it, Robert Haas.

Postgres FM (@postgresfm) 's Twitter Profile Photo

New episode: "Skip scan" Michael and Nikolay are joined by Peter Geoghegan, major contributor and committer to Postgres, to discuss adding skip scan support to PostgreSQL over versions 17 and 18. ๐ŸŽง postgres.fm/episodes/skip-โ€ฆ ๐Ÿ“บ youtu.be/Xk-znJgQzQs

New episode: "Skip scan"

Michael and Nikolay are joined by <a href="/petervgeoghegan/">Peter Geoghegan</a>, major contributor and committer to Postgres, to discuss adding skip scan support to PostgreSQL over versions 17 and 18.

๐ŸŽง postgres.fm/episodes/skip-โ€ฆ

๐Ÿ“บ youtu.be/Xk-znJgQzQs
Crunchy Data (@crunchydata) 's Twitter Profile Photo

Weโ€™re excited about Postgres 17! Brandur from our team was able to do some production testing on perf gains and its looking like you might get a 20-30% boost on some index scans. ๐ŸŽ‰๐Ÿ•บ

Weโ€™re excited about Postgres 17! <a href="/brandur/">Brandur</a> from our team was able to do some production testing on perf gains and its looking like you might get a 20-30% boost on some index scans. ๐ŸŽ‰๐Ÿ•บ
Hussein Nasser (@hnasr) 's Twitter Profile Photo

Postgres 17 is released with great performance features! In this video I discuss one of the major performance features with BTree scan optimization when using IN with constant values. In prior releases, postgres would loop and do multiple "primitive" index scans as many as