Is 200k data in a column a big concern?

2019-06-20 Thread jesse
It seems the write take a long time and the system substantially slows down with requests. however, hbase official doc mentions soft limit is 32mb.

Re: A strange question about Phoenix

2019-06-20 Thread jesse
I manually did update system.stat. No help. We are running amazon EMR. On Thu, Jun 20, 2019, 2:29 PM Josh Elser wrote: > Make sure you have updated statistics for your table. Depending on the > last time you created the stats, you may have to manually delete the > stats from SYSTEM.STATS (as

Re: A strange question about Phoenix

2019-06-20 Thread Josh Elser
Make sure you have updated statistics for your table. Depending on the last time you created the stats, you may have to manually delete the stats from SYSTEM.STATS (as there are safeguards to prevent re-creating statistics too frequently). There have been some bugs in the past that results