Difference between revisions of "Exactly once"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
Exactly once is a critical idea in database systems<ref>{{:Book/Designing Data-Intensive Applications}}</ref>. It is related to the idea of [[idempotence]]. | Exactly once is a critical idea in database systems<ref>{{:Book/Designing Data-Intensive Applications}}</ref>. It is related to the idea of [[idempotence]]. The term:exactly once is often also considered as [[effectively once]]. | ||
<noinclude> | <noinclude> | ||
{{PagePostfix | {{PagePostfix |
Latest revision as of 13:00, 16 July 2022
Exactly once is a critical idea in database systems[1]. It is related to the idea of idempotence. The term:exactly once is often also considered as effectively once.
References
- ↑ Kleppmann, Martin (Mar 1, 2017). Designing Data-Intensive Applications:The Big Ideas Behind Reliable, Scalable, and Maintainable Systems. local page: O'reily Press.
Related Pages