Hi, I see surprising result.
Phoenix implementation is 2 times slower than pure hbase implementation.

Both implementations do the same:
1. put 2 rowkeys at once
2. get by rowkey.
No scans.

previous implementation took 40-50ms for insert (without batch, one request
= one put)
current one takes 120ms...

What could I check, how can I profile it?

Reply via email to