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 partial path compression

Suppose that you implement partial path compression on find(i) by changing the parent of every other node on the path from i to the root to its grandparent.

  Find the shortest path from a to all other vertices

Find the shortest path from A to all other vertices for the following graph:

  Write a function to find reachability matrix of a digraph

Write a function to find the reachability matrix of a digraph using Wars hall's algorithm.

  Write down the algorithm to insert an item

Write down the sample code to create a Linked List and allocate storage space for a node Write down the algorithm to insert an item At the beginning of a linked list

  What is a prefix code

How can a prefix code be represented by a binary tree?

  Using big-o notation state the runtime for this algorithm

1 consider searching algorithms on the following array of datanbsp22 21 9 4 16 2 10 14 20 31 26 19 17 28 8

  Write a polynomial-time verification algorithm

Write a polynomial-time verification algorithm for the Hamiltonian Circuits Decision problem.

  Write an algorithm that takes a sequence of real numbers

Write an algorithm that takes a sequence of real numbers s and its length n and returns the absolute value of the average of these numbers.

  Show that such a set of truncations can always be found

Now the company's question to you is the following: Given the schedule for each ship, find a truncation of each so that condition (†) continues to hold: no two ships are ever in the same port on the same day. Show that such a set of truncations ca..

  In this assignment you are to write a program that analyzes

in this assignment you are to write a program that analyzes a selection of text counting the number of times each word

  Design of web pages

Explain how a web designer defines a page as XHTML as opposed to HTML and recognize two different types of XHTML standards.

  What is your recommendation for alamo foods

Given a discount rate of 9 percent (.09), perform present value analysis on the data for Alamo Foods. (Hint: Use the formula 1/ (1 + i)n to find the multipliers for years 1 to 6.), What is your recommendation for Alamo Foods?

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