Transactions

Idempotency

English

Overview

The property where performing the same operation multiple times produces the same result as performing it once.

Details

The property where an operation leaves a system in the same state whether it's performed once or multiple times. Important in the design of distributed systems where retries can occur, such as preventing a payment from being processed twice.

More Database terms