cassandra/doc
Sylvain Lebresne b99c863158 Implement backward compatibility for paging states
Pre-3.0 nodes serialize a full cellname in the paging state, but doing
so is wasteful for 3.0 nodes. We can't however guarantee to which nodes
a particular paging state will be sent so we need to have a backward
compatibility.

The patch preserve the pre-existing format for the paging state (thus
requiring more work for 3.0 nodes) for the native protocol v3, but
change to a more efficient (for 3.0) format for the protocol v4. It is
then documented that paging states  shouldn't be used across protocol
versions.
2015-09-18 13:01:59 +02:00
..
cql3 Merge branch cassandra-2.2 into cassandra-3.0 2015-09-17 22:17:40 +02:00
native_protocol_v3.spec Implement backward compatibility for paging states 2015-09-18 13:01:59 +02:00
native_protocol_v4.spec Implement backward compatibility for paging states 2015-09-18 13:01:59 +02:00