The Connector/Python with mysqlfabric shard is very slow.
a shard table on many servers,
when call set_propery(),it close the connector and add it to the pool,
when getting cursor, it reinit anoter pool connecotr on anoter shard server
every statement, first close,and then open, although I use connetor pool,
But it is very slow.
The connection can be cached ?
a shard table on many servers,
when call set_propery(),it close the connector and add it to the pool,
when getting cursor, it reinit anoter pool connecotr on anoter shard server
every statement, first close,and then open, although I use connetor pool,
But it is very slow.
The connection can be cached ?