Rohan, You should note that in Postgres, indexes are not inherited by child tables. Also, it seems difficult to select from a child table whose name you don't know unless you access the parent. And if you are accessing the data via the parent, I'm reasonably certain that you will find that indexes aren't used (even if they exist on the children) as a result of the way the children are accessed. -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC Strategic Open Source: Open Your i™ 110 30th Avenue North, Suite 6 Nashville, TN 37203-6320 615-469-5150 615-469-5151 (fax)On Aug 22, 2005, at 10:41 PM, Lenard, Rohan (Rohan) wrote:
|
- Re: [PERFORM] Need indexes on empty tables for good ... Thomas F. O'Connell
- Re: [PERFORM] Need indexes on empty tables for ... Chris Travers
- Re: [PERFORM] Need indexes on empty tables for ... Lenard, Rohan (Rohan)
- Re: [PERFORM] Need indexes on empty tables ... Chris Travers