Last week in scylladb.git master (issue #274; 2025-03-30)

This short report brings to light some interesting commits to scylladb.git master from the last week. Commits in the 7646e1448a..0ee0696959 range are covered.

There were 41 non-merge commits from 15 authors in that period. Some notable commits:


S3 driver streaming is now much faster. Instead of sending individual 128k requests (similar to how we read blocks from the filesystem), we now use a single HTTP GET request to stream the entire object.

Seastar’s native TCP stack using DPDK is no longer built. It is not used in production.

A bug that prevented tablets of materialized views from being split was fixed.

A bug which prevented column renames from being propagated to materialized views was fixed.

A type mismatch in some nodetool commands was fixed.


See you in the next issue of last week in scylladb.git master!