Guest_imported
New member
- Jan 1, 1970
- 0
Has anyone read the following document in which Oracle claims to have superior performance and scalability over DB2:
?
Although this is written by Oracle guys and I've seen completely opposite comments made by third party guys, I must admit that they make a convincing point with the section on "multi version read consistency". Apparently, shared locks aren't taken in Oracle when reading data and readers don't block writers, which is exactly what happens in DB2 when isolation levels above cursor stability are used.
Can anyone come up with a counter argument to this? If Oracle's "multi version read consistency" performs and scales so much better than DB2's concurrency architecture, how come Oracle doesn't scale or perform better as a whole, according to most third party DB comparison documents?
?
Although this is written by Oracle guys and I've seen completely opposite comments made by third party guys, I must admit that they make a convincing point with the section on "multi version read consistency". Apparently, shared locks aren't taken in Oracle when reading data and readers don't block writers, which is exactly what happens in DB2 when isolation levels above cursor stability are used.
Can anyone come up with a counter argument to this? If Oracle's "multi version read consistency" performs and scales so much better than DB2's concurrency architecture, how come Oracle doesn't scale or perform better as a whole, according to most third party DB comparison documents?