Embed presentation
























































































































The document discusses techniques for improving the speed of Perl applications that interact with databases using the Perl DBI module. It covers topics like reducing latency through minimizing round trips to the database server, doing more work per trip such as with stored procedures, and aggressively caching query results, prepared statements, and other objects to improve performance. The document is intended as a tutorial for optimizing database performance using advanced features of the Perl DBI.






















































































































