Materialization Plugin for Views

Dhruv Baldawa

Abstract

This project aims to write a materialization plugin for Views. It creates a "materialized view" for a "view", and then materialize the results into temporary tables. And then, the following Views calls would be redirected to the materialized view. The changes would be made to the materialized view, when data in the view changes (or sometimes even drop the entire materialized view)

Additional Information

The sandbox at drupal.org: http://drupal.org/sandbox/dhruvbaldawa/1592766

Progress on groups.drupal.org: http://groups.drupal.org/node/222514

Code samples