Re: [DISCUSSION] Parallel compaction and update

2020-09-14 Thread Ravindra Pesala
Hi Nihal, I appreciate the design but I don’t want to implement features with out proper segment interfacing in place. With out segment refactoring if you try to implement this type of features will make the code more dirty. Once we bring the proper segment interfacing and transaction management

[DISCUSSION] Parallel compaction and update

2020-09-14 Thread Nihal
Dear community, This mail is regarding the parallel compaction and update. Current behavior: Currently we are not supporting concurrent compaction and update because It may cause data inconsistency or incorrect result. We take the compaction and update lock before any of these operations. Because