Question: c . Assumptions. Includes how to calculate the expected storage space needed for the database. Remember an estimate is a ballpark size. Estimates are not
c Assumptions. Includes how to calculate the expected storage space needed for the database. Remember an estimate is a ballpark size. Estimates are not exact. Remember to include the size of indexes needed for high performance. Use the business information provided, determine the size of the new database. List what you will need to do to ensure the new database can accommodate the data described below. Do not use page sizes in your calculations. Use the row size and number of rows.
of the data for the database is going to be of the data for the database is going to be broken up into three main tables: products, customers, and invoices.
There will be products in the products table with each row being characters. Each character is bytes.
There will be million customers in the customer table with each row being characters. Each character is bytes. The company plans to expand their customer base by each year.
Invoices will likely include products. The invoice table includes a primary key, invoice key, product key, and customer key. There are four columnskeys Assume each key is bytes in length.
A customer will be invoiced times per year.
Reporting requires there to be an index on invoices for sorting by products. Indexes are to bytes in size for each column value indexed.
Assume the database will be used for years when determining your estimate.
System requires concurrent users
Specify the size requirements in GB required for the tablespace all three tables plus Size of a table is estimated as Size of Row x Number of Rows Record the information using the table on the next page. You will need to add multiple rows.
Please Note:
GiB is MiB
MiB is KB
KiB is Bytes
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
