PHP London May 2019

button-icon-arrow-right
button-icon-arrow-left

button-icon-arrow-leftBack

Event

PHP London May 2019

9 May 2019

London

Added 01-Jan-1970

Agenda:

7:00-7:30 - Informal drinks, snacks and chat
7:30-7:35 - Welcome & group announcements
7:40-8:30 - Talk:

Talk: How MySQL can boost (or kill) your PHP application

The database is typically the most critical part of a system. It is responsible for storing data, guaranteeing consistency, and retrieving desired information.

And it is very tempting to just hope that this will magically happen, without the need of thinking about what the DBMS needs to do.

Unfortunately, in practice, when an application is slow the culprit is the database.

This talk is about how to make your MySQL queries fast, how to design proper indexes, hot to trade-off reliability for performance (or the other way around), and how to take advantage of some useful MySQL features.

Top