Hi folks,

Wondering if there's a way for jOOQ to tell me when I'm writing an 
ill-advised/slow query.  jOOQ knows about all the relevant indices: I'd 
love to see a config value that allows me to say "blow up if I run a query 
on a non-indexed column".  We currently try to detect slow queries by 
hooking up an ExecuteListener and monitoring how long the query takes to 
run, but it's not foolproof.  I thought maybe the ExecuteListener would get 
some analytics about the query, but I poked around in ExecuteContext and 
didn't see anything.

Anybody know if this is currently possible?  Or if it's not, where I should 
look in the jooq source to try to add it?

Thanks,
-Eric

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to