A prior prototype that predated the use of go-pg included a 'warm up' phase which would initialize common prepared statements. Postgres will cache prepared statements server-side automatically, but it save some traffic to explicitly create DB client-side statements.