On Fri, Jan 2, 2015 at 11:35 AM, Tyler Hobbs <ty...@datastax.com> wrote:
> > This is not true (with one minor exception). All operations on sets and > maps require no reads. The same is true for appends and prepends on lists, > but delete and set operations on lists with (non-zero) indexes require the > list to be read first. However, the entire list does not need to be > re-written to disk. > Thank you guys for the correction; a case where I am glad to be wrong. I must have been thinking about the delete/set operations and have drawn an erroneous inference. :) =Rob