| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: ACID et al
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
![]() |
![]() |