Re: [REVIEW REQUEST] IEP-47 Native Persistence Defragmentation, core logic

2020-11-17 Thread Ivan Bessonov
But maybe I just don't know the date. To be short - right now defragmentation is my first priority. вт, 17 нояб. 2020 г. в 15:18, Ivan Bessonov : > Denis, > > chances that feature will be fully complete is a bit low. We still make > adjustments to the API > and we need a few optimizations so that

Re: [REVIEW REQUEST] IEP-47 Native Persistence Defragmentation, core logic

2020-11-17 Thread Ivan Bessonov
Denis, chances that feature will be fully complete is a bit low. We still make adjustments to the API and we need a few optimizations so that it would work faster. чт, 12 нояб. 2020 г. в 19:11, Denis Magda : > Ivan, > > Nice! Is the plan to get it added to Ignite 2.10? > > - > Denis > > > On Thu

Re: [REVIEW REQUEST] IEP-47 Native Persistence Defragmentation, core logic

2020-11-12 Thread Denis Magda
Ivan, Nice! Is the plan to get it added to Ignite 2.10? - Denis On Thu, Nov 12, 2020 at 7:11 AM Ivan Bessonov wrote: > Hi Igniters, > > Core functionality of defragmentation is finally implemented in [1]. > There's no public API in it > for now, patch is already very big and had to be split i

[REVIEW REQUEST] IEP-47 Native Persistence Defragmentation, core logic

2020-11-12 Thread Ivan Bessonov
Hi Igniters, Core functionality of defragmentation is finally implemented in [1]. There's no public API in it for now, patch is already very big and had to be split into smaller tasks (that consist mostly of refactoring). Code is a little rough right now, I'm gonna go through all the remaining TO