Skip to content

Commit 684be24

Browse files
committed
Adding split description
1 parent 5b6105c commit 684be24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/change-feed-processor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ As mentioned during the introduction, the change feed processor can distribute c
7373

7474
If these three conditions apply, then the change feed processor will, using an equal distribution algorithm, distribute all the leases in the lease container across all running instances and parallelize compute. One lease can only be owned by one instance at a given time, so the maximum number of instances equals to the number of leases.
7575

76-
The instances can grow and shrink, and the change feed processor will dynamically adjust the load by redistributing accordingly.
76+
The number of instances can grow and shrink, and the change feed processor will dynamically adjust the load by redistributing accordingly.
77+
78+
Moreover, the change feed processor can dynamically adjust to container size changes. When your container grows and the cardinality of your logical partitions increases, [physical partitions](./partition-data.md#physical-partitions) can undergo a growing process known as *split* to accommodate more data. The change feed processor transparently handles these scenarios by dynamically increasing the leases and distributing the new leases among the existing instances.
7779

7880
## Change feed and provisioned throughput
7981

0 commit comments

Comments
 (0)