decster commented on issue #3442: URL: https://github.com/apache/incubator-doris/issues/3442#issuecomment-623109292
The original design is to reuse the existing property `storage_medium = memory` and data is persistent on SSD, this introduces little change, it won't change the syntax or add a new property, we can use this as a test entry point at least, and defer the user interface discussion later. Also, in my opinion, the whole table data model and create table syntax is strange/messy compared to other OLAP/MPP systems, i.e. olap engine have aggr/uniq/duplicate model, while this storage engine only have standard table+primary key semantics(which is more common in classic database domain), we may need more discussions about how to make the table data model and create table syntax/semantics more consistent. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org