| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Pooly | Date: | October 20 2005 10:54pm |
| Subject: | Re: Input on Materialized Views | ||
| View as plain text | |||
2005/10/20, Heikki Tuuri <heikki.tuuri@stripped>: > Andrew, > > how about using triggers to recompute materialized views? A challenge is to > write an automatic program that can compute the required triggers based on > the view definition. The materialized view would be a normal table. Triggers > would update it. > > Regards, Better, mark this view (or particular rows if it's not too expensive) as "dirty" and recompute it only on access, you may spare few cycles... -- Pooly Webzine Rock : http://www.w-fenec.org/
| Thread | ||
|---|---|---|
| • Input on Materialized Views | Andrew Roth | 19 Oct |
| • Re: Input on Materialized Views | Jigal van Hemert | 19 Oct |
| • Re: Input on Materialized Views | SGreen | 19 Oct |
| • Re: Input on Materialized Views | Andrew Roth | 19 Oct |
| • Re: Input on Materialized Views | SGreen | 19 Oct |
| • Re: Input on Materialized Views | Andrew Roth | 20 Oct |
| • Re: Input on Materialized Views | Heikki Tuuri | 20 Oct |
| • Re: Input on Materialized Views | Pooly | 21 Oct |
| • RE: Input on Materialized Views | Jon Frisby | 21 Oct |
