'Performance of Postgresql Merge vs Insert & Update statements

I would like to know will my performance of my SP's written in postgresql is going to improve if I move my insert and update statement to the merge statement or it will hamper the performance.

Also if you can provide any official/trustworthy link on the same would be really appreciable.

Just FYI, I am using Postgresql in AWS Aurora Serverless.

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source