You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2010/08/05 18:57:11 UTC

question on HBase-2473

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