You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/06/28 08:28:12 UTC

[GitHub] [incubator-doris] vagetablechicken opened a new pull request #3964: [Memory Engine] add WTDMemtable for WriteTxnData

vagetablechicken opened a new pull request #3964:
URL: https://github.com/apache/incubator-doris/pull/3964


   Ref https://github.com/apache/incubator-doris/issues/3469#issuecomment-639358916
   1. MemTable is splited into two types, one for Rowset(the origin), one for WriteTxnData.
   1. DeltaWriter doesn't have to split into two class, so let DeltaWriter write `const void*`. RSMemTable will convert it to Tuple*, and WTDMemTable will convert it to PartialRow.
   1. Add UT for writing & reading WTD file.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org