cockroachdb / movr

A fictional ride sharing company.
Apache License 2.0
33 stars 14 forks source link

Audit client side performance #84

Closed nstewart closed 5 years ago

nstewart commented 5 years ago

Certain transactions like adding vehicle location histories have surprisingly high client side latencies (hundreds of ms vs single digit ms on the server side). Figure out what's going on and get those down to more reasonable levels.

nstewart commented 5 years ago

This was due to the high number of threads.