Crosshire
Reference
Reference22 Reference · 2 of 3

Glossary

Platform vocabulary, plus the German terms a DACH client will use in the room. If you are coaching in English on a German project, the right-hand column is the one that prevents an hour of talking past each other.

Stand 29.07.2026
TermMeansGerman
Bronze / Silver / GoldRefinement stages. Not a data model.Rohschicht / Bereinigungsschicht / Auswertungsschicht
GrainWhat exactly one row of a table represents.Granularität
Fact tableMeasurements at a declared grain.Faktentabelle
DimensionThe descriptive context you group and filter by.Dimension
Surrogate keyA system-generated key standing in for the business key.Surrogatschlüssel
Business keyThe identifier the source system uses.Geschäftsschlüssel
SCD1Overwrite on change; no history kept.Historisierung Typ 1
SCD2A new row per change, with validity intervals.Historisierung Typ 2
Conformed dimensionOne dimension shared by several facts.Konforme Dimension
Unknown memberThe placeholder row a fact points at when the dimension is missing.Unbekannt-Eintrag / Dummy-Satz (häufig unübersetzt: Unknown Member)
Data VaultHub / Link / Satellite modelling. Common in German enterprises.Data Vault
Hub / Link / SatelliteBusiness key / relationship / descriptive history.Hub / Link / Satellit
IdempotentRunning it twice leaves the same result as running it once.Idempotent
CDCChange data capture — a stream of source changes.Änderungsdatenerfassung (CDC)
Full extractThe whole source, re-delivered each time.Vollabzug
Delta / incremental loadOnly what changed since last time.Delta-Beladung / inkrementelle Beladung
Snapshot comparisonDiffing today against yesterday when the source has no change timestamp.Snapshot-Vergleich
Auto LoaderIncremental file ingestion with schema evolution. Two words, capitalised — that is how Databricks writes it.Auto Loader
ExpectationA declared data-quality rule on a pipeline: warn, drop or fail.Erwartung / Qualitätsregel
Lakeflow pipelineDeclarative pipeline; formerly Delta Live Tables.Lakeflow-Pipeline
Streaming tableA table maintained incrementally from a stream: appends, and — via AUTO CDC — upserts and deletes as well. 'Append-only' is the old, narrower reading.Streaming-Tabelle
Materialized viewA precomputed, refreshable query result. Not a metric view.Materialisierte Sicht
Metric viewA governed semantic definition of measures and dimensions.Kennzahlensicht
MEASURE()The SQL function that reads a measure from a metric view.
Unity CatalogThe governance control plane: metastore, catalogs, grants, lineage.Unity Catalog
MetastoreThe top-level UC container, one per region.Metastore
VolumeA UC-governed location for non-tabular files — the landing zone Auto Loader reads. Nothing to do with data volume.Volume (unübersetzt) — nicht „Datenvolumen“
Governed tagAn account-level key-value applied to securables, used in policies.Governed Tag (unübersetzt) — nie „verwalteter Tag“: Tag heißt hier Schlagwort, nicht Kalendertag
ABACAccess decided by attributes (tags) rather than per-table rules.Attributbasierte Zugriffskontrolle
Row filter / column maskPolicies restricting which rows and columns a principal sees.Zeilenfilter / Spaltenmaske
Liquid clusteringAdaptive data layout replacing partitioning and Z-order.Liquid Clustering
Predictive optimizationAutomatic OPTIMIZE, VACUUM and ANALYZE on managed tables.Predictive Optimization (unübersetzt, so auch im deutschen Databricks-Material)
Managed tableA table whose lifecycle and storage UC owns.Verwaltete Tabelle
Deletion vectorA Delta marker that hides deleted rows instead of rewriting the file. The bytes stay readable via time travel until REORG … APPLY (PURGE) and a VACUUM past the retention window.Löschvektor
Data Quality MonitoringAnomaly detection at catalog/schema level plus data profiling at table level; formerly Lakehouse Monitoring. Anomaly detection is Public Preview and writes to system.data_quality_monitoring.table_results.Datenqualitätsüberwachung / Anomalieerkennung
Delta SharingGoverned sharing without copying data out.Delta Sharing
LineageThe recorded derivation path between tables and columns.Datenherkunft
PseudonymisationReversible de-identification. Still personal data under GDPR.Pseudonymisierung
AnonymisationIrreversible; out of GDPR scope. Hashing is NOT this.Anonymisierung
Personal dataData relating to an identifiable person.Personenbezogene Daten
Definition of doneThe checkable list a change satisfies before merge.Definition of Done
RunbookOne page telling whoever was woken what to do.Runbook / Betriebshandbuch
Characterization testA test pinning current behaviour before a refactor.Charakterisierungstest
Platform facts on this page verified 29.07.2026 against the official documentation. Volatile claims are anchored to the currency register. This is section 2 of 3 in 22 Reference.