Re: [PERFORM] Performance on writable views

2007-08-13 Thread Jim Nasby
On Aug 11, 2007, at 8:58 AM, Joshua D. Drake wrote: Heikki Linnakangas wrote: Enrico Weigelt wrote: I'm often using writable views as interfaces to clients, so they only see "virtual" objects and never have to cope with the actual storage, ie. to give some client an totally denormalized view of

Re: [PERFORM] Performance on writable views

2007-08-11 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heikki Linnakangas wrote: > Enrico Weigelt wrote: >> I'm often using writable views as interfaces to clients, so >> they only see "virtual" objects and never have to cope with >> the actual storage, ie. to give some client an totally >> denormalized

Re: [PERFORM] Performance on writable views

2007-08-11 Thread Heikki Linnakangas
Enrico Weigelt wrote: > I'm often using writable views as interfaces to clients, so > they only see "virtual" objects and never have to cope with > the actual storage, ie. to give some client an totally > denormalized view of certain things, containing only those > information required for certa