Re: how to add more than 1600 columns in a table? - Mailing list pgsql-general

From Ron
Subject Re: how to add more than 1600 columns in a table?
Date
Msg-id 1bc29b08-1905-8c0e-5301-023ff134051e@gmail.com
Whole thread Raw
In response to how to add more than 1600 columns in a table?  (pabloa98 <pabloa98@gmail.com>)
Responses Re: how to add more than 1600 columns in a table?  (pabloa98 <pabloa98@gmail.com>)
List pgsql-general
On 4/24/19 3:17 PM, pabloa98 wrote:
> Hello
>
> 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.
>
> Any help, very appreciated.

Is a relational database the proper tool for the job?

-- 
Angular momentum makes the world go 'round.



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: how to add more than 1600 columns in a table?
Next
From: Alvaro Herrera
Date:
Subject: Re: how to add more than 1600 columns in a table?