Re: Database Schema Question

From: Karl Hanson <kchanson_at_nospam.us.ibm.com>
Date: Wed, 28 Aug 2002 08:16:09 -0500
Message-ID: <3D6CCD19.432200D0_at_nospam.us.ibm.com>


"Sébastien Boutté" wrote:
>
> We are developing a 3 tiers architecture (GUI Java/Swing - J2EE WebLogic -
> IBM As/400)
> and we have some questions about design of database.
>
> 1. Do we have to implement a physical delete for our system or keep
> everything ?
> 2. In case we implement a logical delete from GUI point of view, can we do
> that by adding a flag field on tables ?
> (We will have problems with unique constraints in this case.)
>
> For these two questions, we would like to know what's done in reality for
> some big projects about "delete" implementation.
>

This may not apply to your situation, but tables on AS/400 (iSeries) are typically journaled. OS/400 provides journal exit points, so it should be possible to capture physical deletes in that way as well.

-- 
Karl Hanson
Received on Wed Aug 28 2002 - 15:16:09 CEST

Original text of this message