Re: [HACKERS] SAPDB Open Souce

2001-05-04 Thread Marten Feldtmann
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

Re: [HACKERS] INHERITS doesn't offer enough functionality

2000-10-23 Thread Marten Feldtmann
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

Re: [HACKERS] INHERITS doesn't offer enough functionality

2000-10-23 Thread Marten Feldtmann
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