Re: Does people favor to have matrix data type?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Does people favor to have matrix data type?
Дата
Msg-id 24683.1464185679@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Does people favor to have matrix data type?  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
Kouhei Kaigai <kaigai@ak.jp.nec.com> writes:
> The 'matrix' data type as domain type of real[] is an option to implement.
> We can define operators on the domain types, thus, it allows us to process
> large amount of calculation by one operation, in native binary speed.

Don't go that way, it will cause you nothing but pain.  The ambiguous-
operator resolution rules are not friendly at all to operators with domain
arguments; basically only exact matches will be recognized.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parallel pg_dump's error reporting doesn't work worth squat
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump -j against standbys