Hi,

I would like to know if my query times seem appropriate since I do not have a 
lot experience with HBase. 

I have three tables - stored in HDFS, on one machine: 
        table1: 5 million rows
        table2: 15 million rows
        table3: 90 million rows

I do a scan using the Java API including a prefix-filter and some column filter.
My rowkeys are encoded with geohashes. 

Execution Times:
        table1: ~   3.072 s
        table2: ~ 10.117 s
        table3: ~ 60.00 s

It seems really odd to me that the execution time is increasing linear with the 
amount of rows!
Am I doing something terribly wrong?

Thanks in advance!
Best regards,
Lydia

Reply via email to