Re: [GENEAL] dynamically changing table
От | A B |
---|---|
Тема | Re: [GENEAL] dynamically changing table |
Дата | |
Msg-id | dbbf25900903301150y724e55e4s9d35123ed5c87df9@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [GENEAL] dynamically changing table (David Fetter <david@fetter.org>) |
Ответы |
Re: [GENEAL] dynamically changing table
Re: [GENEAL] dynamically changing table Re: [GENEAL] dynamically changing table |
Список | pgsql-general |
2009/3/30 David Fetter <david@fetter.org>: > On Mon, Mar 30, 2009 at 05:39:19PM +0200, A B wrote: >> Hi, >> In the next project I'm going to have a number of colums in my tables, >> but I don't know how many, they change. > > Stop right there. You need to get some sanity into your project, > either by changing that requirement, or by not using an RDBMS for it. > > Cheers, > David. Well, the requirement is: keep a lot of data stored, don't loose any of it, and you will not know what you will have to store (changing number of fields and of different types) But it is not all that bad, the fields will be integers, or text, or floatingpoint numbers. One option is, put it in a db as a huge text (or in textfiles, one per object) and parse it when you need it. That might also work. Why are you demanding sanity? I need crazy ideas to get this to work ;-)
В списке pgsql-general по дате отправления: