Re: BUG #1257: add support for 1-byte integer and 4-bit integer

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: BUG #1257: add support for 1-byte integer and 4-bit integer
Дата
Msg-id 200409172357.35306.peter_e@gmx.net
обсуждение исходный текст
Ответ на BUG #1257: add support for 1-byte integer and 4-bit integer  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1257: add support for 1-byte integer and 4-bit integer  (stig erikson <stigerikson_nospam_@yahoo.se>)
Список pgsql-bugs
PostgreSQL Bugs List wrote:
> why is this feature important?
> having in mind the development of datawarehouses with huge amount of
> data (hundreds of millions, or billions of rows in fact tables) every
> byte is of importance.

Yet how many applications could make use of the limited range that a
1-byte integer type would provide?  Compared to the mess this would
introduce into the resolution of numeric literals and functions, this
seems to be of limited use.  I suggest that you implement this as an
extension module for your own use.

4-bit integers are out of the question.  The architecture doesn't allow
it.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1257: add support for 1-byte integer and 4-bit integer
Следующее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1258: backend memory leak after massive 'CREATE/DROP USER'