Data Glossary 🧠

Search

Search IconIcon to open search

What is Idempotency?

Last updated Sep 7, 2022 - Edit Source

Idempotency is the property of a particular operation that can be applied multiple times without changing the resulting outcome by being given the same inputs. It is used in  Functional Programming and was the foundation for  Functional Data Engineering.