# Transactions / State / Concurrency

Record: `lex-category:transactions-state-concurrency`
Kind: category
Canonical: https://banes-lab.com/ontology/lexicon#lex-category-transactions-state-concurrency

## terms

- [Idempotency Key or Deterministic Operation](https://banes-lab.com/records/lex/idempotency-key-or-deterministic-operation.md)
- [Non-Repeatable Side Effects](https://banes-lab.com/records/lex/non-repeatable-side-effects.md)
- [Safe Retries](https://banes-lab.com/records/lex/safe-retries.md)
- [State Tracking](https://banes-lab.com/records/lex/state-tracking.md)
- [All-or-Nothing State Change](https://banes-lab.com/records/lex/all-or-nothing-state-change.md)
- [Distributed Scalability](https://banes-lab.com/records/lex/distributed-scalability.md)
- [Partial Commit](https://banes-lab.com/records/lex/partial-commit.md)
- [BASE/Eventual Consistency](https://banes-lab.com/records/lex/base-eventual-consistency.md)
- [Distributed Availability](https://banes-lab.com/records/lex/distributed-availability.md)
- [Durability](https://banes-lab.com/records/lex/durability.md)
- [Strong Transactional Guarantees](https://banes-lab.com/records/lex/strong-transactional-guarantees.md)
- [Consistency Rules](https://banes-lab.com/records/lex/consistency-rules.md)
- [Hidden Distributed Transaction](https://banes-lab.com/records/lex/hidden-distributed-transaction.md)
- [Large Transaction Scope](https://banes-lab.com/records/lex/large-transaction-scope.md)
- [Safe State Mutation](https://banes-lab.com/records/lex/safe-state-mutation.md)
- [Coordinated Persistence](https://banes-lab.com/records/lex/coordinated-persistence.md)
- [Repository Complexity](https://banes-lab.com/records/lex/repository-complexity.md)
- [Scattered Save Calls](https://banes-lab.com/records/lex/scattered-save-calls.md)
- [Inconsistent Replicas/Models](https://banes-lab.com/records/lex/inconsistent-replicas-models.md)
- [Reliable State](https://banes-lab.com/records/lex/reliable-state.md)
- [Dirty Reads/Writes](https://banes-lab.com/records/lex/dirty-reads-writes.md)
- [Safe Concurrent Operations](https://banes-lab.com/records/lex/safe-concurrent-operations.md)
- [Safe Parallel Mutation](https://banes-lab.com/records/lex/safe-parallel-mutation.md)
- [Shared State Identification](https://banes-lab.com/records/lex/shared-state-identification.md)
- [Blind Overwrite](https://banes-lab.com/records/lex/blind-overwrite.md)
- [Conflict Detection](https://banes-lab.com/records/lex/conflict-detection.md)
- [Retry Complexity](https://banes-lab.com/records/lex/retry-complexity.md)
- [Version Field](https://banes-lab.com/records/lex/version-field.md)
- [Deadlocks](https://banes-lab.com/records/lex/deadlocks.md)
- [Lock Ownership](https://banes-lab.com/records/lex/lock-ownership.md)
- [Lock-Free Throughput](https://banes-lab.com/records/lex/lock-free-throughput.md)
- [Strong Conflict Prevention](https://banes-lab.com/records/lex/strong-conflict-prevention.md)
- [Concurrency Safety](https://banes-lab.com/records/lex/concurrency-safety.md)
- [Data Sharing](https://banes-lab.com/records/lex/data-sharing.md)
- [Effect Boundaries](https://banes-lab.com/records/lex/effect-boundaries.md)
- [Performance Optimization](https://banes-lab.com/records/lex/performance-optimization.md)
- [Pure Core / Imperative Shell](https://banes-lab.com/records/lex/pure-core-imperative-shell.md)
- [Ad-Hoc Lock Ordering](https://banes-lab.com/records/lex/ad-hoc-lock-ordering.md)
- [Concurrency Correctness](https://banes-lab.com/records/lex/concurrency-correctness.md)
- [Concurrent-Flow Modeling](https://banes-lab.com/records/lex/concurrent-flow-modeling.md)
- [Deadlock Freedom](https://banes-lab.com/records/lex/deadlock-freedom.md)
- [Modeling Overhead](https://banes-lab.com/records/lex/modeling-overhead.md)
- [Places and Transitions](https://banes-lab.com/records/lex/places-and-transitions.md)
- [Reachability and Deadlock Analysis](https://banes-lab.com/records/lex/reachability-and-deadlock-analysis.md)
