I have delta table with liquid clustering enabled, Can I run Optimise command on the Delta Table when an another write Operation is going on the table, Will it corrupt the Data, How the Logs and metadata will be updated in this case?
I am confused about this if we can optimise the table or not.
As long as you have not disabled deletion vectors, you have row-level concurrency which makes it so that OPTIMIZE does not conflict with any write operations - see this table.