Schedule - PGDay.EU 2010

Play chess against PostgreSQL (and get beaten)

Date: 2010-12-06
Time: 11:10–12:00
Room: Berlin 1+2

This talk shows how to create a program that plays chess using nothing else than PostgreSQL, and without excessive coding. This provides a convenient framework to illustrate PostgreSQL's abilities, and its suitability for software developement, since each component of the player relies on specific features of the database (queries, stored procedures, Unicode, custom types). We will finally show how to improve the speed of the chess player by optimising the database.

Speaker

Gianni Ciolli