Materialized View - CI/CD Glossary Definition
A materialized view stores the precomputed result of a query physically on disk, refreshed periodically or on write. Repeated reads hit the stored result instead of recomputing, at the cost of storage and some staleness.
Related guides
Data Warehouse - CI/CD Glossary DefinitionA data warehouse is a database optimized for analytical queries over cleaned, structured data - columnar, ind…
Compaction - CI/CD Glossary DefinitionCompaction merges many small data files or table parts into fewer larger ones, reclaiming space and speeding…