On 2018-07-03 18:33:44 +0700 (+0700), Renat Akhmerov wrote:
[...]
> So, I’m trying to understand if we have a “community recommended”
> (or may be even mandatory) Mysql driver to use and what
> consequences of the driver choice are. I’d appreciate any help
> with clarifying this (may be links to some previous discussions
> etc.)
[...]

There was a concerted effort around the first half of 2015 (prior to
TC cycle goals or it probably would have been one) in which most
projects switched to pymysql by default because mysql-python lacked
Py3k support. Another significant up-side to pymysql is that it was
implemented in pure Python rather than being a wrapper around
libmysql, so simpler for dependency management. There was initially
some concern that it would underperform, but subsequent benchmarking
showed it not to be an issue in reality.

    https://wiki.openstack.org/wiki/PyMySQL_evaluation

-- 
Jeremy Stanley

Attachment: signature.asc
Description: PGP signature

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to