Multiple Choice
You designed a database for patient records as a pilot project to cover a few hundred patients in three clinics. Your design used a single database table to represent all patients and their visits, and you used self-joins to generate reports. The server resource utilization was at 50%. Since then, the scope of the project has expanded. The database must now store 100 times more patient records. You can no longer run the reports, because they either take too long or they encounter errors with insufficient compute resources. How should you adjust the database design?
A) Add capacity (memory and disk space) to the database server by the order of 200.
B) Shard the tables into smaller ones based on date ranges, and only generate reports with prespecified date ranges.
C) Normalize the master patient-record table into the patient table and the visits table, and create other necessary tables to avoid self-join.
D) Partition the table into smaller tables, with one for each clinic. Run queries against the smaller table pairs, and use unions for consolidated reports.
Correct Answer:

Verified
Correct Answer:
Verified
Q180: Your company is streaming real-time sensor data
Q181: Your software uses a simple JSON format
Q182: When you store data in Cloud Bigtable,
Q183: Your company is in the process of
Q184: You want to build a managed Hadoop
Q186: You are migrating your data warehouse to
Q187: Cloud Bigtable is Google's _ Big Data
Q188: Your company's on-premises Apache Hadoop servers are
Q189: To give a user read permission for
Q190: An online retailer has built their current