Re: PostgreSQL Developer Best Practices

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL Developer Best Practices
Date: 2015-08-24 17:05:42
Message-ID: 55DB4EE6.7020204@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/24/2015 9:34 AM, Melvin Davidson wrote:
> And again, I am talking about _database_ design, not Web apps. Letting
> Web developers design a database to work with their app, is a very,
> Very, VERY bad idea.
> It is far better to let DBA's and "database develeopers" design a good
> database, then to let those apps mold a db into a non-optimum design.

if you let the app drive the database design, you tend to end up with a
database which is only useful to that single app, and likely breaks when
that app changes.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2015-08-24 17:19:22 Re: PostgreSQL Developer Best Practices
Previous Message John Turner 2015-08-24 16:47:19 Re: PostgreSQL Developer Best Practices