I tried on phoenix-4.16.0
> On 31 Mar 2021, at 00:54, Alexander Batyrshin <0x62...@gmail.com> wrote:
>
> Hello,
> I tried to create new consistent index on mutable table and found out that
> IndexTool MapReduce works 3-5 times slower compared to old indexes on 4.14.2
> So I have some question;
>
> 1) Is it possible to create index old way via intermediate HFiles and
> bulk-loading?
> 2) Is it possible to disable WAL on HBase index table for creation time?
> 3) My main table has no updates, but I observe Delete mutations on index
> table. Is it possible to disable this for initial index creation time?
>