Library PHP Tek 2024 Seven Database Query Sins You Are Going To Hell For And How To Earn Redemption
Seven Database Query Sins You Are Going To Hell For And How To Earn Redemption

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Seven Database Query Sins You Are Going To Hell For And How To Earn Redemption

Dave Stokes Dave Stokes PHP Tek 2024 Beginner Standard (50 minutes)

Writing good Structured Query Language queries takes effort. But you don't have the time so you use 'SELECT * FROM foo' and as your data grows so does your query time. Or, you have a series of queries that could be run in a batch but run one at a time in a transaction and can not determine why your server is slow. These common problems and others are easy to fix if you know what is wrong and how to fix it. In this session you will see the big seven query sins and understand how to fix them.