Luo Chen has posted comments on this change. Change subject: [STO][IDX] Eliminated excess antimatter in LSMBTree ......................................................................
Patch Set 10: Just out of curious, how this optimization deals with existing records in disk components. Say record with pk1 is stored in some disk component. Another record with pk1 is then inserted again (or more precisely, upsert) into memory component. Even though pk1 could be immediately deleted, in this case we still need to keep this anti-matter tuple? In other words, this optimization only applies to records inserted for the first time? -- To view, visit https://asterix-gerrit.ics.uci.edu/1538 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I12a67eff8431b52d1f9051b793a5a64b15c009e9 Gerrit-PatchSet: 10 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Ildar Absalyamov <[email protected]> Gerrit-Reviewer: Ildar Absalyamov <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Luo Chen <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-HasComments: No
