辅导案例-CS4432

欢迎使用51辅导,51作业君孵化低价透明的学长辅导平台,服务保持优质,平均费用压低50%以上! 51fudao.top
1












CS4432: Database Systems II
HW1
Done Individually




Release Date: 03/27/2020

Due Date: 04/02/2020 (11:59pm)

Total Points: 50



2
Problem 1 (Disks) [35 Points (5 each)]

Given a disk with the following configurations:
- There are 5 (double-sided) platters, each surface has 8,000 tracks, 208 sectors per track
- A sector holds 512 Bytes
- Disk rotates at 5400 rpm
- Seek time: A warm-up time is 1ms, and then the arm movement covers 500 tracks per 1 ms
- Reading one sector takes 0.05 ms
- A disk block is of size 8K Bytes


Q1: Compute the disk capacity in GBs.

Q2: Compute the disk capacity in terms of the maximum number of blocks it can hold.

Q3: What is the minimum, maximum, and average time needed to read one block from the disk? You
need to divide the time into its three components (seek, rotation latency, transfer).

Q4: Given a file that consists of 100,000 records, and each record is 128 bytes. No record is allowed to
span multiple blocks.
- How many records fit in one block?
- How many blocks are needed to store the file?
- How many sectors are needed to store the file?

Q5: Assume Blocks B1, B2, B3, …., B10, are stored on the same track (track number 100) and on
adjacent sectors. If the disk head is positioned at track 0, what is the disk delay (time) needed to read
these 10 blocks? (Assume a half rotation is needed to reach the first block of these 10 blocks)

Q6: To optimize the reading of the file, we may store the blocks, e.g., B1, B2, B3, …, on the same
cylinder. Given the disk configuration above, how many blocks can be aligned on the cylinder position to
be read by the disk arms at the same time?

Q7: Assume the file will be read sequentially, i.e., B1, B2, B3, ….until the last block Blast. Describe the
best way to store these blocks on disk to speedup the sequential read. Then measure out the average time
needed to read the file given this organization.
Hint: Make use of cylinders. Note that if Blocks B1 and B2 are aligned under each other in the same
cylinder, then the transfer time to read B1, B2, or both is the same.




3
Problem 2 (Record Organization) [15 Points (5 each)]

Assume a database tables with the following fields:

ID (4 bytes), Name (25 bytes), age (4 bytes), DoB (10 bytes), gender (1 Byte), Address (60 bytes), state (2
bytes).

Each record on disk has a header part of size 8 bytes.

Q1: What will be the record size if each field has to start at 4-byte boundaries?

Q2: What will be the record size if each field has to start at 8-byte boundaries?

Q3: Assuming a disk block of size 4K bytes, the block uses 64 bytes of its own header (block header).
How many records can fit in one block? Report the number under the 4- and 8-bytes boundaries.


What to Submit
- You may use any tool you like to write your answer, even you may do manual drawing on a
piece of paper and then unload a scanned version. The only requirement is the writing or drawing
needs to be of high quality otherwise you may loose some points.
- Convert your file(s) to .pdf (and if multiple, then put all of them in a .zip file). That is what you
upload
- Include your name inside the file.


Where to Submit
- In Canvas


Late Submission Policy
- Follows the policy posted on the course website.

51作业君

Email:51zuoyejun

@gmail.com

添加客服微信: abby12468