A special PHPDublin this month, we have a talk by Derick Rethans (@derickr), the author of Xdebug (https://xdebug.org/)!

Wednesday 21st March 2018

19:00
2
Getting the most out of MongoDB
Talk by Derick Rethans (45 minutes)

Although MongoDB is a non-relational database, it is still important that you store your data in an optimal way. This presentation teaches you how to design your data schema according to your application's needs. This requires a different mind set than designing for a relational database. Besides schema design techniques, I will also cover how to pick indexes, different types of indexes, and ways to find out why queries are potentially not as fast as they could be. We'll also lift the cover on the Aggregation Framework and Schema Validation.