Re: Using HFileLink files in split as default

2021-11-15 Thread Duo Zhang
I think this is an optimization so we should try to always use HFileLink if possible. Shout if you have different scenarios where we'd better still keep the old behavior. Thanks. Xiaolin Ha 于2021年11月15日周一 下午4:41写道: > > Sorry, there were spelling mistakes. > > By using HFileLink files, there

Re: Using HFileLink files in split as default

2021-11-15 Thread Xiaolin Ha
Sorry, there were spelling mistakes. By using HFileLink files, there is no need to use HalfStoreFileReader to read the HFile. Regards, Xiaolin Ha Xiaolin Ha 于2021年11月15日周一 下午4:37写道: > Hi, > I proposed an issue to use HFileLink file when splitting in > HBASE-26421 Use HFileLink file to

Using HFileLink files in split as default

2021-11-15 Thread Xiaolin Ha
Hi, I proposed an issue to use HFileLink file when splitting in HBASE-26421 Use HFileLink file to replace entire file‘s reference when splitting . Because the HFileLink files can be used when the Reference file refers to the entire HFile. Now I