JSON Support : Optimize writing large JSON data by sending chunks
Open
Area\Json
Performance :chart_with_upwards_trend:
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
This issue is to track the follow-up work needed for JSON write performance optimization as suggested here in [this thread](https://github.com/dotnet/SqlClient/pull/2722#discussion_r1693689972).
We need to either use the convert function or Encoder instance for the optimization as suggested [here](https://github.com/dotnet/SqlClient/pull/2722/files/5297458af5374f58ee9194b46e1fc9429643fb8a#r1693942471) and [here](https://github.com/dotnet/SqlClient/pull/2722/files/5297458af5374f58ee9194b46e1fc9429643fb8a#r1693958001).
Contributor guide
Assessment
This issue has not been assessed yet.