Hello: 
    I have run comparative tests using 
        both
          python2.1 with Andy Dustman's MySQLdb-0.9.1 
        and 
          rebol/core 2.5.0.4.2

    tests are on Linux RH 7.2, 1.4 Ghz machine Gig RAM 

    comparative commands:
      insert db "SELECT * FROM AH"  ; using rebol
      c.execute('SELECT * from AH') # using python

    Python is far slower. Using CGI on both, I see a near-instantaneous
    response using rebol, and a significant noticeable wait time for
    the python command.

    My question is: (being a Mysql newbie). Is there something I can
    do to optimize the python query?
    TIA
-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
      http://www.johnsons-web.com

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to