Question: An organisation uses a distributed database over two sites, A and B: Site A holds a relation Passenger ( passenger id , first name, last
An organisation uses a distributed database over two sites, A and B:
Site A holds a relation Passengerpassenger id first name, last name Values for each
of the attributes, ie passenger id first name and last name require byte each.
Site B holds a relation Flightsflight id time, seat, passenger id
Each value of attributes flight id and passenger id require byte, each value of seat
require byte, and each value for attribute time requires byte.
Assume the following:
pi passenger idFlights
pi passenger idsigma time at :Flights
Passenger n sigma time at :Flights
pi flight idsigma time at :Flights n Passenger
Passenger
To execute the query pi first name,last name,flight idtime Passenger sigma time at : Flights at
site B how many bytes have to be transferred between A and B at a minimum?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
