mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 21:17:01 +00:00
In streaming, the amount of data needs to be streamed to peer nodes might be large. In order to avoid the streaming overwhelms the TCP connection used by user CQL verbs and starves the user CQL queries, we use a standalone TCP connection for streaming verbs.