There are DDL's like ALTER COLUMN column_name TYPE new_data_type or ALTER PRIMARY KEY/ADD/DROP PRIMARY KEY that is implemented as table rewrite in YB. Also DDLs like Drop table and Truncate table lead ...