Re: Re: Re: Support for forced drop of user data

2020-11-30 Thread ling miao
I checked the code of be. The config 'trash_file_expire_time_sec' is a unified configuration. It means that the expiration time of all tablets are the same. In other words, each tablet does not have its own expiration time. I wonder if the code I understand is correct? If I understand correctly, w

Re: Re: Re: Support for forced drop of user data

2020-11-23 Thread ling miao
It is true that the metadata can be cleared immediately, but the data cannot be cleared immediately. Or do we set the expire time of the tablet to a small value while force? Ling Miao 蔡聪辉 于2020年11月23日周一 上午10:46写道: > Now, Doris support Drop partition, Drop Table, Drop database force > operation,