r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
365 stars 85 forks source link

Config connection pool #43

Closed vspirit777 closed 9 years ago

vspirit777 commented 9 years ago

Hi r4fek, Does Django-cassandra-engine support connection pool? Please tell me how to config it? Thanks

r4fek commented 9 years ago

The cqlengine connection pool has been removed. Connections are now managed by the native driver. This should drastically reduce the socket overhead as the native driver can multiplex queries.