High Performance Parallel Database Processing and Grid Databases
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Science, Technology & Agriculture > Electronics and communications engineering > High Performance Parallel Database Processing and Grid Databases
High Performance Parallel Database Processing and Grid Databases

High Performance Parallel Database Processing and Grid Databases


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

The latest techniques and principles of parallel and grid database processing The growth in grid databases, coupled with the utility of parallel query processing, presents an important opportunity to understand and utilize high-performance parallel database processing within a major database management system (DBMS). This important new book provides readers with a fundamental understanding of parallelism in data-intensive applications, and demonstrates how to develop faster capabilities to support them. It presents a balanced treatment of the theoretical and practical aspects of high-performance databases to demonstrate how parallel query is executed in a DBMS, including concepts, algorithms, analytical models, and grid transactions. High-Performance Parallel Database Processing and Grid Databases serves as a valuable resource for researchers working in parallel databases and for practitioners interested in building a high-performance database. It is also a much-needed, self-contained textbook for database courses at the advanced undergraduate and graduate levels.

Table of Contents:
PART I: INTRODUCTION. Chapter 1: Introduction. 1.1 A Brief Overview: Parallel Databases and Grid Databases. 1.2 Parallel Query Processing: Motivations. 1.3 Parallel Query Processing: Objectives. 1.4 Forms of Parallelism. 1.5 Parallel Database Architectures. 1.6 Grid Database Architecture. 1.7 Structure of this Book. 1.8 Summary. 1.9 Bibliographical Notes. 1.10 Exercises. Chapter 2: Analytical Models. 2.1 Cost Models. 2.2 Cost Notations. 2.3 Skew Model. 2.4 Basic Operations in Parallel Databases. 2.5 Summary. 2.6 Bibliographical Notes. 2.7 Exercises. PART II: BASIC QUERY PARALLELISM. Chapter 3: Parallel Search. 3.1 Search Queries. 3.2 Data Partitioning. 3.3 Search Algorithms. 3.4 Summary. 3.5 Bibliographical Notes. 3.6 Exercises. Chapter 4: Parallel Sort and Group-By. 4.1 Sorting, Duplicate Removal, and Aggregate Queries. 4.2 Serial External Sorting Method. 4.3 Algorithms for Parallel External Sort. 4.4 Parallel Algorithms for GroupBy Queries. 4.5 Cost Models for Parallel Sort. 4.6 Cost Models for Parallel GroupBy. 4.7 Summary. 4.8 Bibliographical Notes. 4.9 Exercises iii. Chapter 5: Parallel Join. 5.1 Join Operations. 5.2 Serial Join Algorithms. 5.3 Parallel Join Algorithms. 5.4 Cost Models. 5.5 Parallel Join Optimization. 5.6 Summary. 5.7 Bibliographical Notes. 5.8 Exercises. PART III: ADVANCED PARALLEL QUERY PROCESSING. Chapter 6: Parallel GroupBy-Join . 6.1 GroupBy-Join Queries. 6.2 Parallel Algorithms for GroupBy-Before-Join Query Processing. 6.3 Parallel Algorithms for ?GroupBy-After-Join? Query Processing. 6.4 Cost Model Notations. 6.5 Cost Model for "GroupBy-Before-Join" Query Processing. 6.6 Cost Model for "GroupBy-After-Join" Query Processing. 6.7 Summary. 6.8 Bibliographical Notes. 6.9 Exercises. Chapter 7: Parallel Indexing. 7.1 Parallel Indexing - An Internal Sight of Parallel Indexing Structures. 7.2 Parallel Indexing Structures. 7.3 Index Maintenance. 7.4 Index Storage Analysis. 7.5 Parallel Processing of Search Queries Using Index. 7.6 Parallel Index-Join Algorithms. 7.7 Comparative Analysis. 7.8 Summary. 7.9 Bibliographical Notes. 7.10 Exercises. Chapter 8: Parallel Universal Quantification ? Collection Join Queries. 8.1 Universal Quantification and Collection Join. 8.2 Collection Types and Collection Join Queries. 8.3 Parallel Algorithms for Collection Join Queries. 8.4 Parallel Collection-Equi Join Algorithms. 8.5 Parallel Collection-Intersect Join Algorithms. 8.6 Parallel Sub-Collection Join Algorithms. 8.7 Summary. 8.8 Bibliographical Notes. 8.9 Exercises. Chapter 9: Parallel Query Scheduling and Optimization. 9.1 Query Execution Plan. 9.2 Sub-Queries Execution Scheduling Strategies. 9.3 Serial vs. Parallel Execution Scheduling. 9.4 Scheduling Rules. 9.5 Cluster Query Processing Model. 9.6 Dynamic Cluster Query Optimization. 9.7 Other Approaches of Dynamic Query Optimization. 9.8 Summary. 9.9 Bibliographical Notes. 9.10 Exercises. PART IV: GRID DATABASES. Chapter 10: Transactions in Distributed and Grid Databases. 10.1 Grid Database Challenges. 10.2 Distributed Database Systems and Multidatabase Systems. 10.3 Basic Definitions on Transaction Management. 10.4 ACID Properties of Transactions. 10.5 Transaction Management in Various Database Systems. 10.6 Requirements in Grid Database Systems. 10.7 Concurrency Control Protocols. 10.8 Atomic Commit Protocols. 10.9 Replica Synchronization Protocols. 10.10 Summary. 10.11 Bibliographical Notes vi. 10.12 Exercises. Chapter 11: Grid Concurrency Control. 11.1 A Grid Database Environment. 11.2 An Example. 11.3 Grid Concurrency Control. 11.4 Correctness of GCC Protocol. 11.5 Features of GCC Protocol. 11.6 Summary. 11.7 Bibliographical Notes. 11.8 Exercises. Chapter 12: Grid Transaction Atomicity and Durability. 12.1 Motivation. 12.2 Grid Atomic Commit Protocol (Grid-ACP). 12.3 Handling Failure of Sites with Grid-ACP. 12.4 Summary. 12.5 Bibliographical Notes. 12.6 Exercises. Chapter 13: Replica Management in Grids. 13.1 Motivation. 13.2 Replica Architecture. 13.3 Grid Replica Access Protocol (GRAP). 13.4 Handling Multiple Partitioning. 13.5 Summary. 13.6 Bibliographical Notes. 13.7 Exercises. Chapter 14: Grid Atomic Commitment in Replicated Data. 14.1 Motivation. 14.2 Modified Grid Atomic Commitment Protocol. 14.3 Transaction Properties in Replicated Environment. 14.4 Summary. 14.5 Bibliographical Notes. 14.6 Exercises. PART V: OTHER DATA INTENSIVE APPLICATIONS. Chapter 15: Parallel Online Analytic Processing (OLAP) and Business Intelligence. 15.1 Parallel Multidimensional Analysis. 15.2 Parallelization of ROLLUP Queries. 15.3 Parallelization of CUBE Queries. 15.4 Parallelization of Top-N and Ranking Queries. 15.5 Parallelization of CUME-DIST Queries. 15.6 Parallelization of NTILE and Histogram Queries. 15.7 Parallelization of Moving Average and Windowing Queries. 15.8 Summary. 15.9 Bibliographical Notes. 15.10 Exercises. Chapter 16: Parallel Data Mining - Association Rules and Sequential Patterns. 16.1 From Databases, Data Warehousing, to Data Mining: A Journey. 16.2 Data Mining: A Brief Overview. 16.3 Parallel Association Rules. 16.4 Parallel Sequential Patterns. 16.5 Summary. 16.6 Bibliographical Notes. 16.7 Exercises. Chapter 17: Parallel Clustering and Classification. 17.1 Clustering and Classification. 17.2 Parallel Clustering. 17.3 Parallel Classification. 17.4 Summary. 17.5 Bibliographical Notes. 17.6 Exercises.

About the Author :
David Taniar, PhD, lectures in information technology at Monash University, Australia. Dr. Taniar has published extensively in the field of high- performance parallel databases and is the Editor in Chief of the International Journal of Data Warehousing and Mining. Clement H. C. Leung, PhD, is Foundation Chair in Computer Science at Victoria University, Australia. Dr. Leung previously held the Established Chair in Computer Science at the University of London. Wenny Rahayu, PhD, is Associate Professor at La Trobe University, Australia, and actively works in the areas of database design and implementation, covering object-relational databases and Web databases. Sushant Goel, PhD, is a software consultant and holds a PhD in computer systems engineering from RMIT University, Australia. His research interests are in grid transaction management and software development processes, such as agile computing.


Best Sellers


Product Details
  • ISBN-13: 9780470391365
  • Publisher: John Wiley and Sons Ltd
  • Publisher Imprint: Wiley-Blackwell
  • Language: English
  • ISBN-10: 0470391367
  • Publisher Date: 11 Mar 2008
  • Binding: Other digital
  • No of Pages: 576


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
High Performance Parallel Database Processing and Grid Databases
John Wiley and Sons Ltd -
High Performance Parallel Database Processing and Grid Databases
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

High Performance Parallel Database Processing and Grid Databases

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!