Re: how to add more than 1600 columns in a table?

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: how to add more than 1600 columns in a table?
Дата
Msg-id 1c8c5c54-afac-8a30-e100-7ee12d768d18@gmx.net
обсуждение исходный текст
Ответ на how to add more than 1600 columns in a table?  (pabloa98 <pabloa98@gmail.com>)
Список pgsql-general
pabloa98 schrieb am 24.04.2019 um 22:17:
> Sadly today we hit the 1600 columns limit of Postgresql 11.
>
> How could we add more columns?
>
> Note: Tables are OK. We truly have 2400 columns now. Each column
> represents a value in a matrix.
>
> We have millions of rows so I would prefer not to transpose each row
> to (x, y, column_value) triplets because it will make all our code
> more difficult of what it is.

What about using an array?





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

Предыдущее
От: pabloa98
Дата:
Сообщение: how to add more than 1600 columns in a table?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: how to add more than 1600 columns in a table?