I am inserting 80 record/sec to DocumentDB using C#. Everything works well but somehow my server CPU usage reach to 90% and it crashes application.
I have taken care of everything which includes, Singleton DocumentClient, Indexing, Throughput limit, Direct connection mode, TCP connection, retry policy, open connection safely before first request.
Any one have idea on this?