Introduction to Performance Tuning
Learn about how to tune Ecto for better performance.
We'll cover the following...
Ecto allows programmers to efficiently develop programs without having to overthink. The developers of Ecto have put a lot of effort into making it perform well by default, from the higher-level APIs down to the database drivers.
Ecto uses macros for its query API to compile queries for ...