Skip to content

Commit 2639921

Browse files
Merge pull request #215283 from seesharprun/cosmos-update-response-write
Cosmos DB | Add clarifying note to EnableContentResponseOnWrite
2 parents c45db05 + 1696a0e commit 2639921

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cosmos-db/nosql/best-practice-dotnet.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ Increase `System.Net MaxConnections` per host when you use Gateway mode. Azure C
5959

6060
For workloads that have heavy create payloads, set the `EnableContentResponseOnWrite` request option to `false`. The service will no longer return the created or updated resource to the SDK. Normally, because the application has the object that's being created, it doesn't need the service to return it. The header values are still accessible, like a request charge. Disabling the content response can help improve performance, because the SDK no longer needs to allocate memory or serialize the body of the response. It also reduces the network bandwidth usage to further help performance.
6161

62+
> [!IMPORTANT]
63+
> Setting `EnableContentResponseOnWrite` to `false` will also disable the response from a trigger operation.
64+
6265
## Next steps
6366

6467
For a sample application that's used to evaluate Azure Cosmos DB for high-performance scenarios on a few client machines, see [Performance and scale testing with Azure Cosmos DB](performance-testing.md).

0 commit comments

Comments
 (0)