PostgreSQL vs. data corruption a talk by Tomáš Vondra

Saturday, 15 June, 11:50 in Club

Data corruption is a major issue in databases, particularly in large and old ones, and tackling it may be surprisingly difficult. In this talk I’ll discuss where data corruption comes from – why and how does it happen, and what can we do to deal with it. Either by implementing new features in the database system, configuring it properly, using the right hardware, and various other means.

I’m a PostgreSQL developer and contributor, so I’ll focus on data corruption issues in this database system. But while I plan to discuss a number of PostgreSQL-specific examples, data corruption is a generic issue that applies to most regular databases. So hopefully the conclusions of the talk can be helpful for users of other databases.

This talk is suitable for both beginner and advanced Pythonistas.

Tomáš Vondra

I'm a PostgreSQL developer/committer, and I work for a company providing support services to people running PostgreSQL, so I have first-hand experience with these issues.

I have been working with Postgres since about 2003, especially when it comes to performance, optimization, query planning etc.

I started contributing to Postgres, from the minor patches I did got gradually to the bigger ones and some time ago I became a committer. In addition, I have been running CSPUG and Prague PostgreSQL Developer Days for the past few years.

fuzzycz tvondra