Ted Yu Thu, 05 Aug 2010 09:57:43 -0700
For a table where row keys are variable in sizes, how should I specify startKey and endKey ? E.g., I use 32 byte startKey and endKey, but the row key may be as long as 64 bytes. What happens when 64 byte row key is inserted into the table ?
Thanks