Bruce Momjian schrieb:
>
> > Hi guys,
> >
> > I've used the open source SAPDB and the performance is pretty damned
> > impressive. However, 'open source' in application to it is somewhat
> > deceptive, since you have to make it with SAP's proprietary build
> > tools/environment.
> >
> > In my o
Chris schrieb:
>
> > The point is: this is classic, but noone does it
> > like this if your really have a larger hierarchy of
> > classes. You'll not get any good performance, when
> > solving an association in your oo
> > program, because the framework has to query against
> > each table: 6 t
Hiroshi Inoue schrieb:
>
> Chris wrote:
>
> > It's pretty clear to me that an inherited index should be only one
> > index. There may be a case for optional non-inherited indexes (CREATE
> > INDEX ON ONLY foobar), but if the index is inherited, it is just one
> > index.
> >
> > At the end of t