N Kapshoo Tue, 22 Jun 2010 12:42:46 -0700
If I want to store say a 1000 users associated with a doc using versioning, do I have to do thousands of Put operations?
p3.add(FAMILY, Bytes.toBytes(USER), Bytes.toBytes(id)); Thanks.