Thank you! Can I assume enabling deletion vector won’t affect merge on the same table as long as delete and merge are not concurrent? Will that result in any consistency issue?
Is it recommended to run reorg / purge once in a while? Or do periodic optimize/Z order and compaction effectively purge the soft deleted records?
Does deletion vectors performance optimization apply to merge and update operations?