ACR Rules

  1. Home
  2. Docs
  3. ACR Rules
  4. Performance (29)
  5. Persistent entities should have indices

Persistent entities should have indices

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