ActiveRecord does nice benchmarks in the logs, helping you identify
slow queries as they happen:

  ArtistEntity Load (0.5ms)   SELECT * FROM `data`.`artists` WHERE
(`data`.`artists`.`arid` = 'qau')

Any idea how to enable some sort of inline benchmarks in Sequel query
logs?

  SELECT * FROM `data`.`artists` WHERE (`data`.`artists`.`arid` =
'qau')

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to