5mins of Postgres E11: MERGE in Postgres 15, and how it compares to INSERT ON CONFLICT

preview_player
Показать описание
In today's episode 11 of our series, we are taking a look at the MERGE command and how it differs from the INSERT ON CONFLICT command.

*Learn more about pganalyze:*

📑 What we have discussed in this episode of 5mins of Postgres:

Рекомендации по теме
Комментарии
Автор

Aside from the convenience of a single command that is flexible, is there a performance advantage to using merge instead of INSERT ... ON CONFLICT?

PhilG