Re: Performance while loading data and indexing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance while loading data and indexing
Дата
Msg-id 3977.1033051055@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Performance while loading data and indexing  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Список pgsql-hackers
"Shridhar Daithankar" <shridhar_daithankar@persistent.co.in> writes:
> On 26 Sep 2002 at 11:50, Mario Weilguni wrote:
>> Just an idea, I noticed you use char(10) for esn and min, and use this as
>> index. Are these really fixed len fields all having 10 bytes?

> 10 bytes. Those are id numbers.. like phone numbers always have all the digits 
> filled in..

If they are numbers, can you store them as bigints instead of char(N)?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Performance while loading data and indexing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] Performance while loading data and indexing