morningman opened a new pull request #377: Support TRUNCATE TABLE stmt
URL: https://github.com/apache/incubator-doris/pull/377
 
 
   Supporting a new operation: TRUNCATE, which can empty the table(partition) 
quickly without any performance impact.
   
   Usage:
   `TRUNCATE TABLE tbl [PARTITION(p1, p2, ...)];`
   
   Notes:
   
   1. Only support truncate OLAP table.
   2. Table's state should be NORMAL, not in schema change or other meta 
operation.
   
   ISSUE: #375 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to