Re: Beyond the 1600 columns limit on windows - Mailing list pgsql-general

From Richard Huxton
Subject Re: Beyond the 1600 columns limit on windows
Date
Msg-id 4370E2FE.8050708@archonet.com
Whole thread Raw
In response to Re: Beyond the 1600 columns limit on windows  ("Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>)
List pgsql-general
Evandro's mailing lists (Please, don't send personal messages to this
address) wrote:
> Sorry,
>  It has nothing to do with normalisation. It is a program for scientific
> applications.

It has everything to do with normalisation. You appear to be pushing
application presentation issues into the structure of your database. If
SQL allowed you, this would break 1NF.

> Data values are broken into column to allow multiple linear regression and
> multivariate regression trees computations.

Sounds like you want an array then (or perhaps several arrays).

>  Even SPSS the most well-known statistic sw uses the same approach and data
> structure that my software uses.

Ah - and they've made a good choice?

> Probably I should use another data structure but would not be as eficient
> and practical as the one I use now.

The structure you use inside your application and the data definition
used by the database are two separate things. You presumably are doing
some transformation of data on fetching it anyway - I'd switch
rows-columns over then.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Beyond the 1600 columns limit on windows
Next
From: Assad Jarrahian
Date:
Subject: Re: Connect to a database in a .sql file