Using a materialized view to accelerate multiple queries on a large dataset
I use my benchmark queries on the BTS Ontime data set in a materialized view context and compare performance of the queries when using the materialized view against querying the base table.
![]()
Query Optimisation