Is it reasonable to store double[] arrays of 30K elements

From: AlexK <alkuzo(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Is it reasonable to store double[] arrays of 30K elements
Date: 2014-02-04 20:52:10
Message-ID: 1391547130756-5790562.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Every row of my table has a double[] array of approximately 30K numbers. I
have ran a few tests, and so far everything looks good.

I am not pushing the limits here, right? It should be perfectly fine to
store arrays of 30k double numbers, correct?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Is-it-reasonable-to-store-double-arrays-of-30K-elements-tp5790562.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sergey Konoplev 2014-02-04 20:55:58 Re: The timezone oddities
Previous Message Adrian Klaver 2014-02-04 20:41:09 Re: The timezone oddities