SQL/Python question -- slow... What is the fixed cost?

Ignacio Vazquez-Abrams ignacio at openservices.net
Wed Oct 3 17:54:40 EDT 2001


On Wed, 3 Oct 2001, Leonardo B Lopes wrote:

> 	I have been using varchar columns as indexes (I know! It was just a
> prototype), and as I am considering changing them, I am looking at the
> output of the python profiler, and I notice that all the queries take
> .001 cpu/sec. per call. Not only the more complex query above, but also
> a query which only filters over one small table.

  http://www.python.org/doc/current/lib/profile-limits.html

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list