Re: What are the consequences of a bad database design (never seen that before !)

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: What are the consequences of a bad database design (never seen that before !)
Дата
Msg-id 20050411102851.GB27637@svana.org
обсуждение исходный текст
Ответ на What are the consequences of a bad database design (never seen that before !)  ("Jinane Haddad" <jinanehaddad@hotmail.com>)
Список pgsql-general
On Mon, Apr 11, 2005 at 09:39:13AM +0000, Jinane Haddad wrote:
> My question is with such database, what are the lomg term consequences or
> can we determinate them. I know that the querys will become slower, and the
> database will grow more quickly ... And a lot of information will not be
> trust wise ....

Personally, I've never actually gone so far as to effect this on a
large scale. But sometimes when something is screwed up I create the
new structure and then create a VIEW so other parts don't notice. Then
the only bits you need to change are the bits that change the table.

The main problem I find is these applications don't check for errorss
or use transactions properly. Hence adding records sometimes fails and
the program never notices. Ooops.

As for long term effects, the value of your data is reduced to
maintainence and due to possible errors...
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Csaba Nagy
Дата:
Сообщение: Re: Time and date functions give me headaches!!
Следующее
От: Alban Hertroys
Дата:
Сообщение: Re: Simple UPDATE runs forever