IntermediateVocabulary#backend#developer-tools#architecture

Materialized Views Vocabulary

Practice the vocabulary of precomputing and storing an expensive query's result for fast reads.

0 / 5 completed
1 / 5
At standup, a dev mentions precomputing and storing the result of an expensive query as its own physical table, so a read doesn't have to recompute that expensive join every single time. What is this stored result called?