Introduced in version 1.10 (May 2020)
This rule is not a hard requirement, but rather a reminder to consider indices. Developers often forget to create indices and this way they are warned and can either create an index (or more) or decide that it is not necessary and whitelist the violation.
Configure a minimum amount of indices for this rule. Default is 1.
Additional resources on indices
- Mendix documentation: Implement Community Best Practices for App Performance – Studio Pro 9 How-to’s | Mendix Documentation.
- A recommended read is this great blog by Martin Leppen, Mendix MVP at Cape Group: Performance modeling in Mendix — Indexes | by Martin Leppen | Mendix Community | Feb, 2022 | Medium. Explaining everything you should know around indices.