[openstack-dev] [all] Replace mysql-python with mysqlclient
Mike Bayer
mbayer at redhat.com
Sat May 9 14:02:24 UTC 2015
On 5/9/15 6:45 AM, John Garbutt wrote:
> I am leaning towards us moving to making DB calls with a thread pool
> and some fast C based library, so we get the 'best' performance. Is
> that a crazy thing to be thinking? What am I missing here? Thanks, John
I'd like to do that but I want the whole Openstack DB API layer in the
thread pool, not just the low level DBAPI (Python driver) calls.
There's no need for eventlet-style concurrency or even less for
async-style concurrency in transactionally-oriented code.
More information about the OpenStack-dev
mailing list