Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: ACID et al

Re: ACID et al

From: Daniel Dittmar <daniel.dittmar_at_sap.corp>
Date: Tue, 06 Dec 2005 11:35:08 +0100
Message-ID: <dn3pgt$gdl$1@news.sap-ag.de>


You might want to look into the architecture of SAP R/3, which seems to be pretty close to what you're thinking about:

There is a rather large infrastructure built around the programming environment (data dictionary etc.). Additional programs should never access the database directly. This means that the 'system' is really R/3 and not the database.

But the database engines still need row level locking (database engines using page level locking were not scalable enough). While db locks might be less relevant in certain parts of the system, they seem to be still very important in others.

Daniel Received on Tue Dec 06 2005 - 04:35:08 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US