Your company is handling data preprocessing for a machine learning algorithm using Google Cloud Dataflow. As the preprocessing proceeds, a vast amount of data logs are being generated and the volume is growing rapidly due to the dynamic campaign nature. Data scientists have drafted the following code snippet to read the data focusing on key features from the logs: BigQueryIO . Read . named ( "ReadLogData" ) . from ( "clouddataflow-readonly:samples.log_data" ) ``` To enhance the performance of this data reading operation, what would be your recommended action?