Was this page helpful?
Caution
You're viewing documentation for a previous version of ScyllaDB Open Source. Switch to the latest stable version.
The Scylla Python driver is shard aware and contains extensions for a tokenAwareHostPolicy
.
Using this policy, the driver can select a connection to a particular shard based on the shard’s token.
As a result, latency is significantly reduced because there is no need to pass data between the shards.
Read the documentation to get started or visit the Github project Scylla Python driver.
As the Scylla Python Driver is a drop-in replacement for DataStax Python Driver, no code changes are needed to use the driver. Use the Scylla Python driver for better compatibility and support for Scylla with Python-based applications.
Was this page helpful?