Episode 121: OR Mappers with Michael Plöd

Topics covered
Popular Clips
Episode Highlights
Performance
The performance of Object-Relational Mappers (OR Mappers) is often debated, but argues that they generally perform well compared to hand-coded SQL, especially when used by average developers. He notes that while database experts can outperform OR Mappers, these tools offer abstraction and portability that hand-coded SQL cannot 1. Plöd compares this to the performance impact of virtual machines versus assembly language, emphasizing that OR Mappers do not inherently degrade performance when used correctly 2.
You will always find people that say OR Mappers are so slow. But I think the reality is that not every developer can be a database expert in terms of writing the top performing SQL for database x.
---
He also highlights that a good OR Mapper sends efficient SQL to the database, reducing the need for developers to manage low-level performance details 2.













