Switching to DISTSTYLE KEY(id) could improve performance by colocating data with the same id on the same node, reducing data shuffling during query execution. However, before making the change, confirm that id has a uniform distribution to avoid creating new skews.
Additionally, consider:
Test each approach in a non-production environment to validate improvements.