Submittion:
You should submit a report in paper format, including the following
sections:
- Introduction-including your assumptions and a brief summary of your work
- Data Structures-system catalog, table format, record format,page format,
index record format...(draw figures for illustration)
- Algorithms -write pseudocodes for table and record operations both when
sparse indexing is used and when indexing is not used. Also give a discussion
about the pros and cons of the two design alternatives.
- Conclusion- evaluate your work