Skip to content

Performance

Optimizing Performance for Large Dataset

(This can be applied in conjunction with other strategies presented here.)

  • Avoid non-stored computed fields.
  • If computed fields are involved, prefer using 'instant' fields.
  • Use the ORM service without relying on collections.