The Data Warehouse Toolkit: The Complete Guide to Dimensional Modeling
by Ralph Kimball, Margy Ross
Glossary
- 24/7
Operational availability 24 hours a day, 7 days a week.
- 3NF
See Third normal form.
- Accumulating snapshot fact table
Type of fact table with multiple dates representing the major milestones of a relatively short-lived process or pipeline. The fact table is revisited and updated as activity occurs. A record is placed in an accumulating snapshot fact table just once, when the item that it represents is first created. Contrast with Periodic snapshot fact table and Transaction-grain fact table.
- Activity-based costs
Costs that are reported as a measure of the activity required rather than on an unchanging standard value. See Allocations.
- Additive (facts)
Measurements in a fact table that can be added across all the dimensions. Ratios and unit prices are not generally additive.
- Ad hoc queries
Queries that are formulated by the user on the spur of the moment. The ad hoc attack refers to the difficulty a database has in anticipating the pattern of queries. The more that queries are ad hoc, the more symmetric the database model must be so that all queries look the same. This is one of the strengths of the dimensional modeling approach.
- Aggregate navigator
Layer of software between the client and the relational data that intercepts the client's Structured Query Language (SQL) and transforms that SQL, if it can, to use aggregates that are present somewhere in the data warehouse. The aggregate navigator, by definition, shields the user application from needing to know if an aggregate is present. ...