On Tue, Jun 24, 2014 at 1:03 AM, ziju feng <pkdog...@gmail.com> wrote:
> > I was wondering if the default 10000 rows LIMIT applies to automatic > pagination in C* 2.0 (I'm using Datastax driver). > There is no "10000 rows LIMIT" in CQL. cqlsh does apply a default LIMIT if you don't provide for convenience sake, but it's a cqlsh thing. Therefore, there is no default limit with the java driver (neither with or without automatic pagination). -- Sylvain