Re: INHERITS doesn't offer enough functionality
Hiroshi Inoue <inoue@tpf.co.jp>
From: Hiroshi Inoue <Inoue@tpf.co.jp>
To: Chris <chris@bitmead.com>
Cc: Oliver Elphick <olly@lfix.co.uk>, Alfred Perlstein <bright@wintelcom.net>, pgsql-hackers@postgresql.org
Date: 2000-10-19T09:38:47Z
Lists: pgsql-hackers
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 the day though, the reason is only performance. The > semantics should be the same no matter whether implemented as multiple > indexes or not. Performance is much better with one index though.(*) > Is it true ? How to guarantee the uniqueness using multiple indexes ? Regards. Hiroshi Inoue