morningman commented on issue #3442: URL: https://github.com/apache/incubator-doris/issues/3442#issuecomment-621661593
I prefer `enum StorageEngine` (or maybe `enum TabletType`?), which is more clearly and extensible than a `bool`. And another question, in the early implementation, the persistence of memtablet data is not supported, so these TabletMeta in RocksDB need a gc mechanism? For example, cleanup on BE restart? ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
