Say I have a table with 50M rows in a keyspace with RF=3 in a cluster of 15
nodes (single local data center). When I do "SELECT * FROM table" and page
through those results (with a fetch size of say 1000), I'd like to
understand better how that paging works.
Specifically, what determines the orde
On Fri, Mar 18, 2016 at 4:58 PM, Dan Checkoway wrote:
> Say I have a table with 50M rows in a keyspace with RF=3 in a cluster of
> 15 nodes (single local data center). When I do "SELECT * FROM table" and
> page through those results (with a fetch size of say 1000), I'd like to
> understand bette