📄️ Introduction
Query performance is a key consideration in any application. There are various ways of optimizing queries for performance, some of them will be covered in this section
📄️ Indexes
Indexes, importantly, the correct ones are essential to get the most of the database and the query. Non-existent or poorly created indexes can adversely impact the performance of your queries