serilog-archive / serilog-sinks-azuredocumentdb

A Serilog sink that writes to Azure DocumentDB
Apache License 2.0
17 stars 15 forks source link

Added support for batch import #9

Closed saleem-mirza closed 8 years ago

saleem-mirza commented 8 years ago

This update increased Azure DocumentDb throughput by many folds by using server side stored procedures. I'm able to shrink time from 10 seconds to roughly 2 seconds for logging 500 messages in loop.