Home / Questions / When should calculated and rollup columns be used?
Explanatory Question

When should calculated and rollup columns be used?

👁 17 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • Calculated columns reduce JavaScript and plugin usage but only update on retrieval.

  • Rollup columns avoid synchronous plugins and improve performance but update every 12 hours by default.

Use plugins only when real-time updates are mandatory.