The 1974 Safe Drinking Water Act demands that the U.S. Envir…
The 1974 Safe Drinking Water Act demands that the U.S. Environmental Protection Agency establish maximum contaminant goals and levels for selected contaminants in U.S. water systems to supply water to more than ____________ people.
Read DetailsPotpourri You are working on a large financial data system….
Potpourri You are working on a large financial data system. This system contains a complete view of trades ingested from various exchanges. The primary feature is a read heavy, highly detailed dashboard that shows all open positions, and offers various search filters for analyzing relevant trades. The system’s data is updated in batches via intraday SFTP files delivered every 5-30 minutes, depending on the exchange. Assumptions and Considerations: Each dashboard request may need to consult the full corpus of data A partial answer may be considered unsafe The system uses full replication on each node a) [1 point] What can you sacrifice if there is a spike (e., can you sacrifice both yield and harvest, or only yield, or only harvest) and how? Justify your answer in 1-2 sentences.
Read DetailsPotpourri The context for this question is the same as the p…
Potpourri The context for this question is the same as the previous question. You are working on a large financial data system. This system contains a complete view of trades ingested from various exchanges. The primary feature is a read heavy, highly detailed dashboard that shows all open positions, and offers various search filters for analyzing relevant trades. The system’s data is updated in batches via intraday SFTP files delivered every 5-30 minutes, depending on the exchange. Assumptions and Considerations: Each dashboard request may need to consult the full corpus of data A partial answer may be considered unsafe The system uses full replication on each node b) [2 points] Suppose instead of waiting for the intraday files to see new trades in batches, the system starts to receive updates about all trades in real time. The dashboard should still display all the same information but now have access to real time trade data. In 1-2 bullets, explain why full replication becomes a bottleneck for this shift in workload. Be specific about what must happen on each write operation.
Read Details