DATABASE SYSTEM CONCEPTS LCPO
DATABASE SYSTEM CONCEPTS LCPO
7th Edition
ISBN: 9781265586577
Author: SILBERSCHATZ
Publisher: MCG
Expert Solution & Answer
Book Icon
Chapter 22, Problem 1PE

Explanation of Solution

Inter-Query Parallelism:

When different transactions or queries get executed in parallel then it is called as inter-query parallelism.

Inter-operation Parallelism:

When different operation for a single query executes in parallel on a multiple disks and processors then it is called as inter operation parallelism.

Intra-operation parallelism:

When each and every operation that takes place in a query are parallelized then it is called as intra query operation parallelism.

a)

Increasing the throughput of the system:

  • In order to increase the throughput of the system that operates with many small queries inter-query parallelism can be utilized.
  • Parallelizing each of the queries will result in the increased initiation overhead while no significant improvement are be identified with the response time.
  • So, Parallelizing is avoided and use of inter-query parallelism is recommended.

Explanation of Solution

Inter-Query Parallelism:

When different transactions or queries get executed in parallel then it is called as inter-query parallelism.

Inter-operation Parallelism:

When different operation for a single query executes in parallel on a multiple disks and processors then it is called as inter operation parallelism.

Intra-operation parallelism:

When each and every operation that takes place in a query are parallelized then it is called as intra query operation parallelism.

b)

Increasing the throughput of the system:

  • In order to increase the throughput of the system that operates with few large queries intra-query parallelism can be utilized because it will provide a better response time.
  • Intra query parallelism will provide more advantage when large number of disks and processors because these queries are considered to have fewer operations but each one of them will need to process large number of records.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Hello, please solve this trying to follow this criteria. (use Keil) Abstract describing the requirements and goals of the assignment. List file with no errors or warnings. Brief description of your implementation design and code. Debugging screen shots for different scenarios with your reference and comments. Conclusion
Write the following in C# WinForms. Implement a function in the main menu that makes the poacher move to random direction. The movement should seem seamless. The poacher can be drew by the following in the main menu.                 e.Graphics.DrawImage(poacherImage, poacher.X, poacherY, tileSize, tileSize);  Create the appropriate poacher class as well
Write the following in C# WinForms. Implement a function in the main menu that makes the poacher move to random direction. The movement should seem seamless. The poacher can be drew by the following in the main menu.                 e.Graphics.DrawImage(poacherImage, poacher.X, poacherY, tileSize, tileSize);
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education