DEV Community

Sankalp
Sankalp

Posted on

when multiple job write same delta table

delta table solve this using ACID property.
each write operation commit transaction log, when delta detect that multiple job conflict in concurrent run, it safely fail one job instead of silently corrupt data.

Top comments (0)