SH
unread,Jan 10, 2012, 3:59:47 PM1/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Scale 7 - Libraries and systems for scalable computing
I'm trying to understand the expected behavior of the iterator
generated by iterateColumnsFromRows. Am I correct in assuming that
when I pass it a batch size, the batch size does not restrict the size
of the result set, but rather determines how many keys Cassandra loads
into memory at a time?
For instance, executing this block of code
selector.iterateColumnsFromRows("test", key, 100,
ConsistencyLevel.ONE);
returns all the row keys in the column family instead of just
returning 100.
Thanks!
SH