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,

Re: Re: Support for forced drop of user data

2020-11-22 Thread ling miao
Or can we have a new command to clear metadata and data directly? Instead of adjusting the parameters before issuing the command. Because if you want to adjust the parameters, it may affect some data that you don't want to delete immediately. Instead, our repair function is affected. Ling Miao 陈明