Re: patterns for database administration - Mailing list pgsql-general

From Matthew Hixson
Subject Re: patterns for database administration
Date
Msg-id EAD65825-7CFD-11D8-B6BA-000A95D05926@poindextrose.org
Whole thread Raw
In response to patterns for database administration  (Matthew Hixson <hixson@poindextrose.org>)
Responses Re: patterns for database administration
List pgsql-general
On Mar 23, 2004, at 10:53 AM, Mike Nolan wrote:

>>    Has anyone ever heard of using a separate administration database
>> which is used to modify business data, and then periodically that data
>> would be pushed out to the other database running the customer web
>> application?  Does this idea make any sense at all?
>
> This sounds like a task for separate schemas rather than for two
> separate databases.  The advantage of the former is that you can
> move data between the two in SQL fairly easily, moving data between
> two independent databases is (currently) more challenging.

One of the reasons this idea was suggested was because my client is
concerned that its "crazy" to be modifying business data in a system
that is running and processing purchase transactions.  And I'm
wondering whether or not this is even a concern when most people build
this type of application.  I think its going to be painful to keep
track of changes between the two databases (or schemas if you prefer).
It sounds like this would be highly prone to errors and cause more
problems than it solves.
   Thoughts?
    -M@


pgsql-general by date:

Previous
From: "Chris Boget"
Date:
Subject: Re: patterns for database administration
Next
From: Mike Nolan
Date:
Subject: Re: patterns for database administration