Impala – Optimise query when using to_utc_timestamp() function
From 40 minutes to just 4 minutes Impala to_utc_timestamp() function is used to convert date/timestamp timezone to UTC. But it works very slow. If you have less data in table even then you can easily notice its slow performance. I faced a similar issue and noticed it was taking around 40 minutes alone to complete … Read more