elodie
unread,Nov 17, 2011, 4:11:35 PM11/17/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi everyone,
I am working on the following problem.
You are running a DBMS on a computer which has 3 kByte disk block
size. Reminder: 1kByte=1024bytes, 1 MByte = 1024 kBytes .
Table T in your database D has size 200MBytes. You execute a query:
"select * from T".
How much data will be read from the drive? Assume that n*size_of_tuple
= block_size, where n is natural.
I would appreciate it if somebody could give me a hand with that
problem.