Re: [PERFORM] views?

2004-02-03 Thread Loeke
> > This is called a "materialized view". PostgreSQL doesn't support them > > yet, but most people think it would be a Good Thing to have. > > There is a project on gborg (called "mview" iirc) though I don't know how far > it's got - I think it's still pretty new. tnx > >

[PERFORM] views?

2004-01-30 Thread Loeke
do views exist fysically a separate "table", or are they generated on the fly whenever they are queried? if they exist fysically they could improve performance (..php, web), for example a view being a join between two or more tables.. tnx? ---(end of broadcast)-