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?

Reply via email to