Download Preparing for DB2 Near-realtime Business Intelligence by IBM Redbooks PDF

By IBM Redbooks

Show description

Read or Download Preparing for DB2 Near-realtime Business Intelligence PDF

Similar databases books

Database Design: Know It All

This publication brings all the parts of database layout jointly in one quantity, saving the reader the time and cost of constructing a number of purchases. It consolidates either introductory and complicated themes, thereby masking the gamut of database layout technique ? from ER and UML strategies, to conceptual info modeling and desk transformation, to storing XML and querying relocating gadgets databases.

Oracle Call Interface. Programmer's Guide

The Oracle name Interface (OCI) is an program programming interface (API) that enables purposes written in С or C++ to have interaction with a number of Oracle database servers. OCI offers your courses the aptitude to accomplish the entire diversity of database operations which are attainable with an Oracle database server, together with SQL assertion processing and item manipulation.

Oracle Warehouse Builder 11g: Getting Started

This easy-to-understand educational covers Oracle Warehouse Builder from the floor up, and faucets into the author's huge event as a software program and database engineer. Written in a peaceful sort with step by step reasons, plenty of screenshots are supplied through the e-book. there are lots of assistance and necessary tricks all through that aren't present in the unique documentation.

Extra info for Preparing for DB2 Near-realtime Business Intelligence

Sample text

This is depicted as capability 3 (the number inside the circle) in Figure 3-4 on page 33. Figure 3-4: Capture Function If we use a relational DBMS for the operational systems, we can take advantage of capabilities such as triggers, or the DBMS change capture mechanism, to provide the delivery function with the data changes that occur. Database triggers work by taking an action whenever specifically defined data changes occur. However, triggers are executed, or fired, during the unit of work for the transaction that originally changed the data.

If these rules are met, then the rows from the different join tables are guaranteed to be placed on the same partition. Note Do not confuse replicated tables with replication or data propagation. Replicated tables are database objects. Replicated tables can also be used to help maintain collocation between tables. You should consider replicated tables for situations where a table cannot be partitioned on the same columns as the other tables. A replicated table is copied in its entirety to all database partitions in the node group.

Concurrency can be determined by the lock granularity and isolation level. DB2 UDB supports the following isolation levels to give maximum flexibility when deciding the trade-offs between concurrency and integrity: • Repeatable Read: All rows referenced within a unit of work are locked. • Read Stability: All rows retrieved within a unit of work are locked. • Cursor Stability: This locks the row while the cursor is positioned on that row. The lock is held until the next row is retrieved. Or if the row is changed, the lock is held until the change is committed.

Download PDF sample

Rated 4.66 of 5 – based on 49 votes