try pymysql ?purepython mysql client https://github.com/PyMySQL/PyMySQL
it works much faster than mysqlpython  back when i used mysql.

On Mon, May 9, 2016 at 4:23 PM Maciej Fijalkowski <[email protected]> wrote:

> On Sun, May 8, 2016 at 1:31 PM, Yury V. Zaytsev <[email protected]> wrote:
> > On Sun, 8 May 2016, Maciej Fijalkowski wrote:
> >
> >> For the record - if you are using django ORM, then the mysql binding
> >> is unlikely to be your bottleneck for accessing the DB.
> >
> >
> > Yep, that's what I'm using it for... good news.
> >
>
> No, that's bad news, Django ORM is terrible, noone should be using it
> for anything that requires performance ;-)
> _______________________________________________
> pypy-dev mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to