Technique based on timestamp ordering algorithm

Assignment Help Data Structure & Algorithms
Reference no: EM132115263

Aim: This assignment is designed to evaluate/help improve your critical thinking and problem solving skills. It also evaluates/helps improve your Information Literacy Skill (i.e. the ability to select and organize information and to communicate it creatively and ethically).

1. Consider the LIBRARY relational schema shown in Figure 1 (Figure 6.14 of your text- book) which is used to keep track of books, borrowers, and book loans. Referential integrity constraints are shown as directed arcs in Figure 6.14.

606_Relational database.jpg

Specify the query:

Retrieve the number of copies of the book titled "The Theory of Relativity" that are owned by the library branch named "Central"

(a )in relational algebra,

(b) in tuple relational calculus,

(c) in domain relational calculus.

2. A PARTS file with Part# as the key field includes records with the following Part# values; 8, 12, 6, 20, 2, 31, 3, 15, 5, 4, 9.

(a) Suppose that the search field values are inserted in the given order in a B+-tree of order p = 4 and Pleaf= 3; show how the tree will expand (after inserting each Part#), and what the final tree would look like.

(b) Repeat item (a), but use a B-tree of order p = 4 instead of a B+-tree (see Chapter 14 of your textbook for relevant algorithms).

3. Consider the SQL query: SELECT Fname, Lname, Address

FROM EMPLOYEE, DEPARTMENT
WHERE Dname=‘Research' AND Dnumber=Dno
which retrieves the names and addresses of all employees who work for the ‘Research' department. Assuming that the EMPLOYEE relation is:
EMPLOYEE (Fname:string, Lname:string, Ssn:string, Bdate:date, Address:string,
Sex:char, Salary:real, Super ssn:string, Dno:integer)
where the size of each field is as follows:
Fname 20 bytes
Lname 20 bytes
Ssn 10 bytes
Bdate 8 bytes
Address 40 bytes
Sex 1 byte
Salary 4 bytes
Superssn 10 bytes
Dno 1 byte
That is, records size is fixed (114 bytes). The DEPARTMENT relation is:
DEPARTMENT (Dname:string,Dnumber:string, Mgrssn:string, Mgrstart date:date) where the size of each field is as follows:
Dname20 bytes Dnumber1 byte
Mgrssn 10 bytes
Mgrstartdate 8 bytes

That is, record size of DEPARTMENT relation is fixed and each record contains 39 bytes.

(a) Draw the initial (canonical) query tree for this query, and then show (step by step, with some justifications/explanations) how the query tree is optimized by the algorithm outlined in Chapter 15.

(b) Assuming thatEMPLOYEE relation has 150 records and DEPARTMENT relation has 8 records, compare (in terms of the number of bytes that must be transferred) the initial and final query trees of part (a).

4. Consider schedules S1, S2, S3, and S4 below.
S1 :r1(X), r2(Z), w1(X), r3(X), c1, w2(Z), r2(Y ), w3(X), w2(Y ), r3(Y ), c2, w3(Y ), c3;
S2 :r1(X), r2(Z), r2(Y ), w1(X), r3(X), c1, w2(Y ), w3(X), c3, r2(X), w2(Z), w2(X), c2;
S3 :r1(X), r2(Z), w1(X), r3(X), w2(Z), r2(Y ), w3(X), w2(Y ), r3(Y ), w3(Y );
S4 :r1(X), r2(Z), r2(Y ), w1(X), r3(X), w2(Y ), w3(X), r2(X), w2(Z), w2(X);

(a) Apply the basic timestamp ordering algorithm to schedules S3 and S4. Determine whether or not the algorithm allows the execution of the schedules, and discuss cascading rollback (if any).

Hints: each operation takes one time unit, and timestamp of each transaction is the time associated to its first operation. For example, timestamps of transactions T1, T2, and T3 in schedule S2 are 1, 2, and 5 (respectively).

(b) Apply the strict timestamp ordering algorithm to schedules S1, and S2. Determine whether or not the algorithm allows the execution of the schedules, show locked items and discuss cascading rollback (if any). Also, for each completed schedule, show the strict schedule that has been executed by this algorithm.

(c) Apply the multiversion technique based on timestamp ordering algorithm to schedules S3 and S4. Determine whether or not the algorithm allows the execution of the schedule. For any data item, show versions with their associated timestamps.

Reference no: EM132115263

Questions Cloud

Brand awareness and brand associations : The objective of this assignment is to test students' ability to measure, compare and critically analyse the brand salience and associations
Write a paragraph about your observations : Qualitative research - marketers use qualitative research to understand how customers and organizations think, feel and react toward a marketing topic/concern.
Identify and analyze an actual global joint venture : Describe what you believe to be the strategic differences between globalization, regionalization, and localization.
How the firm could overcome that problem : Select a problem that a firm might have bringing out a new product or service and discuss how the firm could overcome that problem.
Technique based on timestamp ordering algorithm : Determine whether or not the algorithm allows the execution of the schedule. For any data item, show versions with their associated timestamps
Format of the business report : Further detail on the format of the business report are provided below.Case study: Who goes, Who stays?
Most readily used in power-over and destructive manner : Which of the powers listed below are most readily used in a power-over and destructive manner?
Decide which product needs to be manufactured at what rate : Retailer stocking preferences: The retailer stocking model can help manufacturers gain critical insights which will allow the manufacturer to decide.
Contemporary management environment : In the contemporary management environment, mergers and acquisitions are hot topics; particularly as mergers and acquisitions are among the most commonly

Reviews

Write a Review

Data Structure & Algorithms Questions & Answers

  Implement an open hash table

In this programming assignment you will implement an open hash table and compare the performance of four hash functions using various prime table sizes.

  Use a search tree to find the solution

Explain how will use a search tree to find the solution.

  How to access virtualised applications through unicore

How to access virtualised applications through UNICORE

  Recursive tree algorithms

Write a recursive function to determine if a binary tree is a binary search tree.

  Determine the mean salary as well as the number of salaries

Determine the mean salary as well as the number of salaries.

  Currency conversion development

Currency Conversion Development

  Cloud computing assignment

WSDL service that receives a request for a stock market quote and returns the quote

  Design a gui and implement tic tac toe game in java

Design a GUI and implement Tic Tac Toe game in java

  Recursive implementation of euclids algorithm

Write a recursive implementation of Euclid's algorithm for finding the greatest common divisor (GCD) of two integers

  Data structures for a single algorithm

Data structures for a single algorithm

  Write the selection sort algorithm

Write the selection sort algorithm

  Design of sample and hold amplifiers for 100 msps by using n

The report is divided into four main parts. The introduction about sample, hold amplifier and design, bootstrap switch design followed by simulation results.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd