Hi All,

I have a wide row table that I want to iterate through all rows under a
specific partition key. The table may contains around one million rows per
partition

I was wondering if the default 10000 rows LIMIT applies to automatic
pagination in C* 2.0 (I'm using Datastax driver). If so, what is best way
to retrieve all rows of a given partition? Should I use a super large LIMIT
value or should I manually page through the table?

Thanks,

Ziju

Reply via email to