PySQLPool icon indicating copy to clipboard operation
PySQLPool copied to clipboard

Can i use PySQLPool to shard data?

Open CheyenneForbes opened this issue 9 years ago • 1 comments

CheyenneForbes avatar Sep 29 '15 07:09 CheyenneForbes

PySQLPool is just a connection pooling framework. So it has no built in functionality for sharding. This however doesn't stop you from being able to build a sharding layer above PySQLPool.

nerdynick avatar Sep 29 '15 15:09 nerdynick