mirror of https://github.com/dapr/docs.git
Apply suggestions from code review
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
This commit is contained in:
parent
be22cd0e5b
commit
3451cd3346
|
@ -227,8 +227,8 @@ This particular optimization only makes sense if you are saving large objects to
|
|||
|
||||
## Workflow Limitations
|
||||
|
||||
The more complex a workflow is (number of activities, child workflows, etc.), the more state operations it will perform per state store transaction.
|
||||
All input & output values will also be saved to the workflow history, and will be part of an operation of these transactions.
|
||||
The more complex a workflow is with number of activities, child workflows, etc, the more DB state operations it performs per state store transaction.
|
||||
All input & output values are saved to the workflow history, and are part of an operation of these transactions.
|
||||
CosmosDB has a [maximum document size of 2MB and maximum transaction size of 100 operations.](https://learn.microsoft.com/azure/cosmos-db/concepts-limits#per-request-limits).
|
||||
This means that the workflow history must not exceed this size, meaning that CosmosDB is not suitable for workflows with large input/output values or larger complex workflows.
|
||||
|
||||
|
|
Loading…
Reference in New Issue