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 Passenger(passenger id, first name, last name). Values for each
of the attributes, i.e. passenger id, first name and last name require 30 byte each.
Site B holds a relation Flights(flight id, time, seat, passenger id).
Each value of attributes flight id and passenger id require 30 byte, each value of seat
require 15 byte, and each value for attribute time requires 25 byte.
Assume the following:
|\pi passenger id(Flights)|=100000
|\pi passenger id(\sigma time=10/12/2018 at 10:00(Flights))|=1000
|Passenger n \sigma time=10/12/2018 at 10:00(Flights)|=1000
|\pi flight id(\sigma time=10/12/2018 at 10:00(Flights) n Passenger)|=10
|Passenger|=100000
To execute the query \pi first name,last name,flight id,time( Passenger ./\sigma time=10/12/2018 at 10:00( 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!