Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Design a strategy for creating a multiplex bronze table to avoid common pitfalls when trying to productionalize streaming workloads. What are the key considerations and best practices to ensure scalability and reliability?
A
Use a single large bronze table to consolidate all streaming data.
B
Create multiple smaller bronze tables, each dedicated to a specific data source or topic.
C
Avoid partitioning and use a flat schema for simplicity.
D
Periodically truncate and reload the bronze table to manage data growth.