Incorrect ORM mapping can lead to significant performance issues, which can be difficult to diagnose and fix. One of the common problems related to mapping is the implicit conversion problem, which we'll focus on in this post. This issue can lead to scanning the entire table, we'll explore how to fix this by enforcing correct column mapping.