
Ultimate access to all questions.
Which best practice should a data engineer follow to ensure efficient streaming from a multiplexed Bronze table containing multiple event types?
A
Writing every unique event type into its own dedicated physical table during initial ingestion.
B
Enforcing a static, uniform batch size across all micro-batches to stabilize throughput.
C
Applying filters on event type columns to isolate specific data subsets before downstream processing.
D
Disabling schema evolution to reduce metadata overhead and improve read performance.