Database Partitioning, Table Partitioning, and Mdc for DB2 9 by Whei-Jen Chen, Alain Fisher, Aman Lalla, Andrew D

Posted by

By Whei-Jen Chen, Alain Fisher, Aman Lalla, Andrew D McLauchlan, Doug Agnew

Show description

Read or Download Database Partitioning, Table Partitioning, and Mdc for DB2 9 PDF

Similar algorithms and data structures books

Vorlesungen über Informatik: Band 1: Grundlagen und funktionales Programmieren

Goos G. , Zimmermann W. Vorlesungen ueber Informatik, Band 1. . Grundlagen un funktionales Programmieren (ISBN 3540244050)(de)(Springer, 2005)

Algorithms and Protocols for Wireless Sensor Networks

A one-stop source for using algorithms and protocols in instant sensor networks From a longtime overseas researcher within the box, this edited quantity presents readers with complete insurance of the elemental algorithms and protocols for instant sensor networks. It identifies the examine that should be carried out on a few degrees to layout and examine the deployment of instant sensor networks, and offers an in-depth research of the improvement of the subsequent new release of heterogeneous instant sensor networks.

Algorithmic Foundations of Geographic Information Systems

This instructional survey brings jointly traces of study and improvement whose interplay grants to have major sensible influence at the region of spatial details processing within the close to destiny: geographic info platforms (GIS) and geometric computation or, extra rather, geometric algorithms and spatial information constructions.

Practical Industrial Data Networks: Design, Installation and Troubleshooting (IDC Technology (Paperback))

There are various facts communications titles protecting layout, deploy, and so forth, yet nearly none that particularly concentrate on business networks, that are an important a part of the daily paintings of commercial regulate structures engineers, and the focus of an more and more huge workforce of community experts.

Additional resources for Database Partitioning, Table Partitioning, and Mdc for DB2 9

Sample text

Htm After we successfully installed DB2 on our AIX machine, we proceeded to create a DB2 instance. In order to create an instance, we need a user ID for the instance owner. In our case, we created a user called db2inst1, which has a home directory called /home/db2inst1/. 46 Database Partitioning, Table Partitioning, and MDC for DB2 9 Note: The /home/ directory must be a shared directory when setting up multiple physical machines. Each physical machine shares this directory by mounting this directory using Network File System (NFS).

This also presumes that the partition key is appropriate for the SQL. This is represented in Figure 2-4. Non-partitioned Partitioned Table Table 1 Scans required partitions Table 1 Scans all data 2000 - 2008 2001 2000 2002 2000 - 2008 SELECT ... FROM Table 1 WHERE DATE >= 2001 AND DATE <= 2002 SELECT ... FROM Table 1 WHERE DATE >= 2001 AND DATE <= 2002 Figure 2-4 Performance improvement through scan limiting 22 Database Partitioning, Table Partitioning, and MDC for DB2 9 2003 ... Flexible index placement Indexes can now be placed in different table spaces allowing for more granular control of index placement.

2 Planning considerations In this section, we discuss several of the important decisions that you must make when planning a partitioned database environment. Many of the decisions made Chapter 3. Database partitioning 37 during the planning stages require an understanding of the machine configuration in the environment, storage that is available, raw data sizes, and the expected workload. 1 Deciding on the number of database partitions DB2 supports up to a maximum of 1000 partitions. When trying to determine the number of database partitions to use, consider: The total amount of data under each partition This must not be too high to improve the parallelism of partition-wide operations, such as backups.

Download PDF sample

Rated 4.24 of 5 – based on 45 votes