Terminology
991 terms, tools, patterns and metrics an architect is expected to use precisely. Each one gets a short explanation of what it is, and — where it matters — what it is commonly confused with. Search filters as you type; the column headers sort.
All areas991
Architecture Fundamentals38
Distributed Systems73
Data Architecture71
Cloud Architecture55
Networking51
API & Integration Architecture45
Reliability & Resilience40
Observability33
Performance & Capacity Engineering34
Security Architecture50
Cost Architecture & FinOps30
Business Architecture28
Architecture Communication27
Enterprise Architecture27
Legacy Modernization27
AI-Era Architecture34
Software Architecture & Engineering37
Architecture Patterns34
Architecture Decision-Making30
The Architect's Meta-Skills27
Delivery & Release Engineering20
Platform Engineering & Developer Experience20
Testing & Quality Architecture20
Data Platform Architecture20
Streaming & Real-Time Data20
Data Governance & Semantics20
Frontend & Experience Architecture20
Edge, Mobile & IoT20
Regulatory & Data Protection Architecture20
Assurance, Audit & Model Risk20
10 terms shown.
| Term | Kind | Topic | What it is |
|---|---|---|---|
| Analytical Estate Topology | concept | Data Platform Architecture | The full picture of where analytical data lands, is transformed and is served, including the paths that bypass the intended one. |
| Attribute History Strategy | concept | Slowly Changing Dimensions | The per-attribute decision about whether history is overwritten, versioned or kept alongside the current value, which is a business question rather than a technical one. |
| Bronze Layer Contract | concept | Medallion Architecture | What the raw landing zone promises and refuses to promise — a faithful replayable copy of the source, with no correction applied. |
| Compute Isolation Boundary | concept | Data Platform Tenancy | The line across which one domain's analytical workload cannot affect another's performance, cost attribution or access. |
| DAG Dependency | concept | Batch Orchestration | The declared edge stating that one task must not start until another has succeeded, and the difference between that and merely running later. |
| Partition Pruning | concept | Storage Layout & Partitioning | The query planner skipping files whose partition values cannot satisfy the predicate, which is the single largest determinant of analytical query cost. |
| Scheduler Control Plane | concept | Workflow Schedulers | The orchestrator's own state and availability, which becomes a critical dependency for every pipeline it runs. |
| Small File Problem | concept | File Formats & Compaction | The degradation that follows from many tiny files — metadata operations dominating, compression failing, and columnar formats losing their advantage. |
| SQL Transformation Model | concept | Transformation Frameworks | A named, versioned, tested SELECT statement that declares its own dependencies, turning transformation logic into reviewable software. |
| Warehouse Concurrency Scaling | concept | Workload Isolation | Adding compute clusters to absorb concurrent queries rather than queueing them, and the cost behaviour that turns a queue into a bill. |
Nothing on this page matches. Search the whole glossary.