Re: column limit - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: column limit
Date
Msg-id 20070126193227.GA3468@wolff.to
Whole thread Raw
In response to Re: column limit  ("Isaac Ben" <ib.zero@gmail.com>)
Responses Re: column limit  ("Isaac Ben" <ib.zero@gmail.com>)
List pgsql-general
On Thu, Jan 25, 2007 at 10:47:50 -0700,
  Isaac Ben <ib.zero@gmail.com> wrote:
>
> The data is gene expression data with 20,000 dimensions. Part of the
> project I'm working on is to discover what dimensions are truly
> independent.   But to start with I need to have
> all of the data available in a master table to do analysis on.  After
> the analysis I hope to derive subsets of much lower dimensionality.

Are you actually planning to do the analysis in Postgres? This doesn't seem
like a real good fit for that kind of task. (Though I haven't played with
the R stuff, and that might be good for doing that kind of analysis.)

If you do put this in postgres, it seems the two most natural things are
to use arrays to store the dimension values or to have table with a key
of the gene and the dimension and have another column with the value of
that dimension for that gene.

pgsql-general by date:

Previous
From: Adam Rich
Date:
Subject: Re: Can you specify the pg_xlog location from a config
Next
From: "Isaac Ben"
Date:
Subject: Re: column limit