Hi to all, I'm trying to use the brand-new Phoenix 4.13.2-cdh5.11.2 over HBase and everything was fine until the data was quite small (about few millions). As I inserted 170 M of rows in my table I cannot get the row count anymore (using ELECT COUNT) because of org.apache.hbase.ipc.CallTimeoutException (operationTimeout 60000 expired). How can I fix this problem? I could increase the hbase.rpc.timeout parameter but I suspect I could improve a little bit the HBase performance first..the problem is that I don't know how.
Thanks in advance, Flavio