GeekArticles
Database
IMSIMSPLEX Execution Considerations
Author: dbazine.com |
Published: 24th May 2006 |
Visited: 216 times |
Add CommentFiled in: IMSThere are many reasons for the re-emergence of the mainframe as a viable processing platform. Probably the most important reason of all, however, was IBM's* decision to enable IMS for MVS Parallel Sysplex. The MVS Parallel Sysplex provides an easily scalable computing platform, which is more cost-efficient than the historical mainframe environment. Parallel Sysplex also provides an environment where 24x7 can be more readily achieved.
The connection of two or more IMS systems in a Parallel Sysplex is commonly referred to as an IMSPLEX. Enhancements introduced in previous releases of IMS provide two main capabilities of the IMSPLEX: data sharing and workload sharing.
IMS V5 was the first release to be enabled for Parallel Sysplex. IMS databases can now be shared at the block level across as many as 255 IMS subsystems. The data may be read and updated by the IMS systems participating in the data sharing. This capability of the IMSPLEX is referred to as N-way data sharing. The set of IMS systems involved in this type of IMSPLEX is referred to as a data-sharing group. The sharing of database records is accomplished using lock and cache structures residing in the coupling facility. The IMS Resource Lock Manager (IRLM) address space provides the necessary serialization.
Read Article Sponsored Links
Related Articles
• sql tuning using execution plan Hi Tom,
My Client complaints me that this particular query taking lots of time. initially it was working well. i tried to tune from my side but in vain
i need a expert advice on this. please tom help me out in tuning this query.
i will be very th ...
• Microsoft AJAX Library - JavaScript Execution Context JavaScript Execution Context
In this section we'll take a peek under the hood of the JavaScript closures and the mechanisms that allow us to create classes, objects, and object members in JavaScript. For most cases, understanding these mechanisms isn't absolutely necessary for writing Java ...
• Asynchronous Execution in ADO.NET 2.0 In ADO.NET, when performing bulk database operations, the thread that is executing it will wait for the database operation to complete and proceed the execution of other lines. If the database operation is bulk and complicated, the amount of time the thread waiting will be more. To answer this, ADO. ...
• Function in predicate produces different execution plan Hi Tom
Greetings from the great state of Indiana home of the Indiana Oracle Users Group (INOUG), you need to come back and visit.
DB Version: 9.2.0.4 on UNIX
I have a simple query that uses what turns out to be a constant on the right side ...
• LINQ and Deferred Execution Charlie Calvert says that understanding deferred execution is a rite of passage that LINQ developers must undergo before they can hope to harness the full power of this technol ...