Re: What are the consequences of a bad database design

Поиск
Список
Период
Сортировка
От Costin Manda
Тема Re: What are the consequences of a bad database design
Дата
Msg-id 1892.193.226.119.24.1113213643.squirrel@193.226.119.24
обсуждение исходный текст
Ответ на What are the consequences of a bad database design (never seen that before !)  ("Jinane Haddad" <jinanehaddad@hotmail.com>)
Ответы Re: What are the consequences of a bad database design  (David Fetter <david@fetter.org>)
Список pgsql-general
> But the people i am working with are not considering the restructuring of
> the database. They are even thinking of expanding it by adding new
> modules.

> Please can someone advise me, or tell me what to do, what may be the
> consequences

  I have been working with databases for web scripts (PHP) and all sorts
of stupid billing systems and databases. Right now my system uses PHP to
access mysql, postgres and mssql databases in the same time. The only
possible solution for many of these problems was to create by own
database with my own tables and create a script to replicate the data
from one to the other periodically.
   I think that you should try to move the system to your own way of
thinking and doing things and leave them the alternatives. Sooner or
later they will use your system as it is better.


-------------------------
E-Mail powered by MadNet.
http://www.madnet.ro/


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

Предыдущее
От: Rafael.Hernamperez@bull.es
Дата:
Сообщение: Re: What are the consequences of a bad database design (never
Следующее
От: Sebastian Hennebrueder
Дата:
Сообщение: Asyncron replication from wan to lan with PostgreSQL 8