Re: Number of fields in a record

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: Number of fields in a record
Дата
Msg-id 20110105204205.GA5474@aart.is.rice.edu
обсуждение исходный текст
Ответ на Number of fields in a record  (JORGE MALDONADO <jorgemal1960@gmail.com>)
Список pgsql-novice
On Wed, Jan 05, 2011 at 02:20:32PM -0600, JORGE MALDONADO wrote:
> I am designing a table which will have about 70 fields per record and I
> wonder if this is a big number. The data types are boolean,
> varchar(maxlength), time, integer, smallint and numeric mainly.
> I will appreciate your comments to this respect.
>
> Respectfully,
> Jorge Maldonado

No, that is not a large number of fields. It is usually more
important that the table schema be normalized.

Cheers,
Ken

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

Предыдущее
От: JORGE MALDONADO
Дата:
Сообщение: Number of fields in a record
Следующее
От: Lew
Дата:
Сообщение: Re: When to use postgreSQL