Dataverse에서 롤업 열과 계산된 열의 차이를 설명하며 실시간 집계의 오해를 다룸.
이 기사는 Dataverse의 영역에서 롤업 열과 계산된 열의 차이를 설명합니다. 롤업 열은 정해진 일정에 따라 계산되는 반면, 계산된 열은 매번 행이 읽힐 때마다 값을 계산하여 항상 최신 상태를 유지합니다. 대시보드 사용자들이 데이터가 실시간으로 업데이트된다고 오해했으나, 롤업 열은 12시간 주기로 업데이트된다는 점도 지적합니다. 따라서 각 열의 적절한 사용 조건과 이로 인해 발생한 혼란을 강조합니다.
The article explains the difference between rollup and calculated columns in Dataverse and the misunderstanding of real-time aggregation.
This article discusses the differences between rollup and calculated columns in Dataverse. Rollup columns compute their value on a set schedule, while calculated columns compute their value every time a row is read, ensuring that the data is always current. It highlights a misunderstanding where users thought the data was being updated in real-time, while rollup columns only refresh every 12 hours. The article emphasizes the conditions under which each type of column is appropriate and the confusion this can cause.