9.2.2
@comet/cms-api@9.2.2
Patch Changes
-
d1022e2: Improve performance of the
block_index_dependenciesmaterialized view refreshResolve the
EntityInfoof the root and target entity once over the union of all root blocks, instead of joiningEntityInfoinside each root block'sSELECT. Previously theEntityInfoview (aUNIONover every entity, including a recursive DAM folder-path CTE) was re-evaluated once per root block, which dominated the refresh cost on large datasets. The refreshed view's columns and contents are unchanged. -
a2515ce: Add timing and outcome logs to the
refreshBlockIndexViewscommandThe command now logs how long the refresh took and whether a refresh was actually performed or skipped because the block index views were still fresh enough.