Re: effective SELECT from child tables

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: effective SELECT from child tables
Дата
Msg-id 20050930233010.GR40138@pervasive.com
обсуждение исходный текст
Ответ на Re: effective SELECT from child tables  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: effective SELECT from child tables  (Simon Riggs <simon@2ndquadrant.com>)
Re: effective SELECT from child tables  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
On Wed, Sep 28, 2005 at 07:25:46PM +0100, Simon Riggs wrote:
> Include the Discriminator as a column in A and it will be inherited by
> all A1, A2, A3. 
> e.g. concrete_class    char(1) not null
<snip>
> This will add 1 byte per row in your superclass... and requires no

I thought char was actually stored variable-length...? I know there's a
type that actually acts like char does on most databases, but I can't
remember what it is off-hand (it should be mentioned in docs 8.3...)
-- 
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: effective SELECT from child tables
Следующее
От: Ron Peacetree
Дата:
Сообщение: Re: [PERFORM] A Better External Sort?