RECIPE icon indicating copy to clipboard operation
RECIPE copied to clipboard

Is there any plan on supporting the iterator for masstree?

Open absolute8511 opened this issue 5 years ago • 2 comments

Currently, I only saw the scan method on masstree. Iterator on masstree may need some methods such as seek(key), next, seekfirst, seeklast. I'm wondering any plan on this?

absolute8511 avatar Aug 10 '20 12:08 absolute8511

Hi @absolute8511,

Thanks for your inquiry about supporting the iterator for P-Masstree. Unfortunately, I have no detailed plans for supporting the iterator in P-Masstree now. However, I think it is useful to support enough.

Currently, we are working on providing the implementations supporting read-committed and applying a PM allocator handling permanent memory leaks with the highest priority. So, it would be difficult to support the implementation of iterators in the near future. However, as soon as the current work is done, we will consider supporting that feature as well.

Thanks for the useful question again.

Thanks, Sekwon

SeKwonLee avatar Aug 10 '20 15:08 SeKwonLee

Thanks for your explain, looking forward to all the great features you are working on.

absolute8511 avatar Aug 11 '20 05:08 absolute8511