In article <mailman.4437.1249670565.8015.python-l...@python.org>,
pwnedd  <keith.hugh...@gmail.com> wrote:
>
>I've been writing some code using libraries based on the Python Database API
>2.0 (MySQLdb & pg), and so far things are working really well. There is one
>thing that I have not been able to figure out how to do, however: 
>
>Retrieve the time is took a given query to execute.

Look up EXPLAIN
-- 
Aahz (a...@pythoncraft.com)           <*>         http://www.pythoncraft.com/

"...string iteration isn't about treating strings as sequences of strings, 
it's about treating strings as sequences of characters.  The fact that
characters are also strings is the reason we have problems, but characters 
are strings for other good reasons."  --Aahz
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to