Re: Beyond the 1600 columns limit on windows
| От | Richard Huxton |
|---|---|
| Тема | Re: Beyond the 1600 columns limit on windows |
| Дата | |
| Msg-id | 4370E2FE.8050708@archonet.com обсуждение исходный текст |
| Ответ на | Re: Beyond the 1600 columns limit on windows ("Evandro's mailing lists (Please, don't send personal messages to this address)" <listasjr@gmail.com>) |
| Список | 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 по дате отправления: