-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 4.1 Desired
-
Component/s: Querying
-
None
-
Query Optimization
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
A bulk update may execute multiple update commands if it can't all fit in a single update command. In this case, $$NOW and $$CLUSTER_TIME will be the same within each update command, but will be re-evaluated across multiple update commands. It could be desirable to preserve the same $$NOW and $$CLUSTER_TIME for the entire bulk update operation, as, from a user perspective, this is a single operation.