Does HBase have any commands similar to SQL LIMIT queries?
I can execute through setStart and setEnd, but I don’t want to iterate all the rows.
hbase> scan’test-table’, {‘LIMIT’ => 5} S
Does HBase have any commands similar to SQL LIMIT queries?
I can execute through setStart and setEnd, but I don’t want to iterate all the rows.
hbase> scan’test-table’, {‘LIMIT’ => 5} S