MySQL Forums
Forum List  »  Connector/Python

Re: MySQL Connector/Python vs MySQLdb with DBUtils.PooledDB
Posted by: Normann Koldrack
Date: September 25, 2012 09:48AM

Here is the Code:
http://pastebin.com/4DQHtW3z

with 10000 selects:
5.62211990356 MySQLdb + pool
31.9953570366 mysql.connector + pool
2.55040407181 MySQLdb
8.79534101486 mysql.connector

- Local db 5.5.27-28.1 - Percona
- Python 2.6.6
- Debian Squeeze, quadcore
- mysql.connector v1.0.6. b2
- MySQLdb v1.2.3
- DBUtils.PooledDB v1.1

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Connector/Python vs MySQLdb with DBUtils.PooledDB
September 25, 2012 09:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.