Afonso de Paula Feliciano
08/31/2023, 6:47 PMConcurrency Level
Delta Lake supports concurrent reads and append-only writes. To be considered as append-only, a writer must be only adding new data without reading or modifying existing data in any way. Concurrent reads and appends are allowed and get snapshot isolation even when they operate on the same Delta table partition.
in my scenario, each user in each country needs to run a select first to find out the longest existing date, and then perform the insert operation in append mode.Vincent Chee
09/01/2023, 9:51 AMAfonso de Paula Feliciano
09/01/2023, 7:25 PMDominique Brezinski
09/01/2023, 10:29 PMVincent Chee
09/02/2023, 2:39 AMAfonso de Paula Feliciano
09/04/2023, 12:19 PM