I need to retrieve row keys from several big tables. Is it possible to do so by just reading the key and truncating the value? I see that HBASE-1481 implements FirstKeyOnlyFilter, but it doesn't help in our case, since we have only one KeyValue per row, and it stores binary data.
Is there an easy way to accomplish fast key-only retrieval? --Leo
