pengxiangyu commented on pull request #7529: URL: https://github.com/apache/incubator-doris/pull/7529#issuecomment-1062590063
> I have two questions: > > 1. Shoud set the partition to freeze state to avoid insert data to cold partitions? > 2. How to deal with schema change for the data in S3? 1. partition need not to freeze, when migration, old tablet and new shadow tablet will both be inserted new data. Just like schema_change. 2. data in S3 is cold data, this type of data is not writable, schema_change is not supported. If cold data is in a partition, the partition can't be writable, but partition of hot data is writable. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
