python-driver
python-driver copied to clipboard
Add zstd support on python 3.14
Python 3.14 got native zstd: https://peps.python.org/pep-0784/ Let's make use of it for frame level compression.
Server side issue: https://github.com/scylladb/scylladb/issues/21943
Does Scylla support it? I thought it only supports snappy and lz4. If it does not support it, we need to open an issue there unless one already exists.
Does Scylla support it? I thought it only supports snappy and lz4. If it does not support it, we need to open an issue there unless one already exists.
Nope, issue is already there: https://github.com/scylladb/scylladb/issues/21943