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/04/28 03:20:54 UTC

[GitHub] [incubator-doris] decster edited a comment on issue #3382: [Proposal] Memory Optimized Column Storage Engine

decster edited a comment on issue #3382:
URL: https://github.com/apache/incubator-doris/issues/3382#issuecomment-620355243


   @morningman 
   > Does it allow to update the column which already be flushed to the hard disk?
   
   Do you mean 1: MemTablet migrate to SSD/HDD tablet or 2: ColumnPages flush to hard disk?
   For case 1: we will add partial row update support for disk storage engine, which may be slower.
   For case 2: it's allowed
   
   > What about the recovery process?How to recover the data from WAL?
   
   WAL is just a set of WriteTx files, we load the snapshot, and all the committed WriteTx files after the snapshot version.
   


----------------------------------------------------------------
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