# Eager Full Materialization

> Computing and materializing a complete result up front, rather than deferring computation until parts are needed.

Record: `lex:eager-full-materialization`
Kind: technique
Layer: [Execution Core](https://banes-lab.com/records/layer/execution-core.md)
Canonical: https://banes-lab.com/ontology/lexicon#lex-eager-full-materialization

## category

- [Streaming / Pipeline / Dataflow Processing](https://banes-lab.com/records/lex-category/streaming-pipeline-dataflow-processing.md)

## referenced-by

- [Lazy Evaluation](https://banes-lab.com/records/arch/lazy-evaluation.md)
