Have I understood correct that it is the time to write the data to sink, and also update the checkpoint location?
How does it relate to e.g addBatch, which is "The time taken to execute the microbatch." In the example I linked to we have "addBatch" : 5397, "commitBatch" : 4429'.
Does that mean that computing the actuall microbatch took 5s, and writing it out and committing it took 4,4s for a total of 9,4?
And why is it not always present? E.g. in this example with a delta sink, this example with kafka-to-kafka, or this delta-to-delta?