Laracon DB
Laracon DB
Max Brokman
Has spoken at:
And has done the following talks:
Denormalization With Eloquent: How, Why and When (2017)

The talk discusses database denormalization in Laravel applications, focusing on improving read performance while maintaining data integrity. The speaker explains how to use materialized views and event-driven updates to create denormalized data structures that can significantly improve query performance without sacrificing the benefits of normalized databases. The presentation includes practical examples of implementing denormalization using Laravel's eloquent ORM and queue system.