Data Update and Delete
Apache Doris provides flexible mechanisms for updating and deleting data, and ensures the reliability and consistency of write operations through transaction capabilities.
Data Update
Update existing data through SQL UPDATE, partial column updates, and Unique Key model Upsert
Data Delete
Clean up data using DELETE, batch delete, TRUNCATE, atomic overwrite, and temporary partitions
Transaction
Use explicit and implicit transactions to combine multiple write operations into an atomic unit