Examaxis

Professional Data Engineer Practice Question 82

Question 82 of 311

### Design a cost-effective solution for storing and analyzing record streams: - Create a single large `tracking_table` for storing daily data. - Support streaming ingestion for real-time updates. - Minimize the cost of daily queries while allowing fine-grained analysis. - Ensure the solution scales efficiently with increasing data volume. - Provide a design that balances performance and cost.<br>**What should you do?**