python-driver icon indicating copy to clipboard operation
python-driver copied to clipboard

Add zstd support on python 3.14

Open dkropachev opened this issue 8 months ago • 2 comments

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

dkropachev avatar Jun 17 '25 20:06 dkropachev

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.

Lorak-mmk avatar Jun 17 '25 20:06 Lorak-mmk

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

dkropachev avatar Jun 17 '25 20:06 dkropachev