Re: Fixed length data types issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fixed length data types issue
Дата
Msg-id 2270.1157686104@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fixed length data types issue  (Gregory Stark <gsstark@mit.edu>)
Список pgsql-hackers
Gregory Stark <gsstark@mit.edu> writes:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> The thing is, 100% extra space is cheap, but the processing power for 
>> making the need for that extra space go away is not.

> That's simply untrue for most applications.

Well, it's true for some and not true for others: we hear from plenty of
people who seem to be more CPU-bound than IO-bound, and the former group
would not like a change along this line.  The trick with any space-saving
change would be to not expend so many cycles as to make things a lot
worse for the CPU-bound crowd.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: large object regression tests
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] BUG #2600: dblink compile with SSL missing libraries