NoBrainerORM / nobrainer

Ruby ORM for RethinkDB
http://nobrainer.io/
Other
387 stars 49 forks source link

Implements slow query logger #294

Closed zedtux closed 1 year ago

zedtux commented 1 year ago

This PR implements the feature "Slow Queries Logger" which allows to write in a dedicated log file the queries which are slower than a given threshold.

This helps in finding candidate queries for optimization.