About
With more than two dozen years working in tech, I've done everything from first line support to CEO of a multi-million dollar company. I've served on corporate boards and volunteered at non-profits, worked as a founder, and survived more than 2 dozen "ownership changes" during my career. Along the way I've become a writer and international speaker on topics such as free software and managing web operations at scale. I've also contributed to numerous open source projects and communities, although I am probably best known for my work with Postgres, where I was recognized as a Major Contributor.
Robert Treat has presented the following presentations

presented by Robert Treat
It's 2021 and we are still dealing with integer overflow. Just a few months ago I came within 24 hours of watching one of the worlds tech unicorns come to a stop due to possible int overflow problems. Join me while I discuss the nature of the problem, why we still see it today, and cover many of the various options to work your way through a pending int overflow. I also talk about some of the m...
more Fri 8 2022 Ops
DevOps culture for the practicing DBA
presented by Robert Treat
There are multiple paths towards DevOps nirvana, but all too many "digital transformations" overlook one of the most critical pieces of any companies infrastructure: the database. But for those involved in the area of database management, you can't ignore the changes DevOps is making in the tech industry, and you also can't close your eyes and just "sprinkle on the Kubernetes" and hope it all g...
more Ops and Administration
(it's a live demo... what could go wrong?)
presented by Robert Treat
Postgres has a lot of ways to do replication and other forms of multi-server environments, but logical replication is one of the most useful. Want to know why? In this talk we'll talk about:
• a (very) brief history of replication in Postgres • the whats and hows of logical replication • differences between Postgres 10, 11, and 12 • good use cases for logical replication • not good use c...
more Distributed SQL