wvanbergen / node-vertica

Pure javascript Vertica database client. Except it is written in CoffeeScript.
MIT License
44 stars 30 forks source link

Benchmark #19

Closed diwu1989 closed 11 years ago

diwu1989 commented 11 years ago

Added some benchmarks on top of the custom decoders change, and a benchmark to show performance of some of the decoders.

The additional logic introduced in the custom decoders change is incurred once during the construction of a Query.Field object, and that's only once per query result, not once per result row.