lukevenediger / statsd.net

A high-performance stats collection service that feeds into Graphite and aimed at small- to large-scale windows environments.
MIT License
123 stars 25 forks source link

[SqlBackend] Use SqlBulkInsert, not procs, to ship output rows to the target SQL db #6

Closed lukevenediger closed 11 years ago

lukevenediger commented 11 years ago

It would be awesome to reduce our database footprint (and installation overhead). Using SqlBulkInsert takes us a bit closer to this goal and means we only need a single table creation script.