morningman commented on issue #1805: doris 误删表之后有什么操作能够恢复吗?
URL: 
https://github.com/apache/incubator-doris/issues/1805#issuecomment-531446063
 
 
   If you drop the table or partition by using `DROP table` or `ALTER table 
drop partition`, you can recover it by using "RECOVER ...";
   
   see `help recover;` for more help;
   
   the default retention time is 1 day, which is set in `fe.conf` as 
`catalog_trash_expire_second`

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to