Re: Phoenix Query Taking Long Time to Execute

2018-11-14 Thread Thomas D'Silva
Can you describe your cluster setup and table definitions, types of queries you are running etc.? On Wed, Nov 14, 2018 at 12:40 AM, Azharuddin Shaikh < azharuddins...@gmail.com> wrote: > Hi All, > > We have hbase tables which consist of 4.4 Million records on which we are > performing query usin

Phoenix Query Taking Long Time to Execute

2018-11-14 Thread Azharuddin Shaikh
Hi All, We have hbase tables which consist of 4.4 Million records on which we are performing query using phoenix. Initially we were getting result within 10 secs but the same query is now taking more than 30 secs to fetch the results due to which are application are getting timeout errors. Reques