mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-03 06:35:51 +00:00
"This series optimizes CQL query parameter handling by avoiding memory allocation and copies where possible. I have only tested with the POSIX stack and have not seen performance difference in cassandra-stress because Linux networking dominates the profiles. The optimizations should improve things with DPDK, though, because the cql_server::read_query_options() hotspot is effectively eliminated."