Track SQL statement execution times, so that they can be profiled.
authorChris Jaekl <cejaekl@yahoo.com>
Tue, 5 Dec 2017 13:24:49 +0000 (22:24 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Tue, 5 Dec 2017 13:24:49 +0000 (22:24 +0900)
commit872d620121706ad345b7e667521be1c7326c2e00
treed817a69fcde64889aa21e89fd7585fcc81c9d6c2
parent952e15e8397db7ca1aad1f71e66f529b31cb75ce
Track SQL statement execution times, so that they can be profiled.

As it happens, this revealed one missing index (primary key on the
EFS table was not declared).  Fixing that offers a modest speed-up.
store.rb
tconn.rb [new file with mode: 0644]