I have two similar tables in Postgres with one 32-byte latin field (simple md5 hash). Both tables have ~ 30,000,000 rows. Tables have a slight difference (10-1000 rows are different)
Is it possible that Postgres will find the difference between these tables, the result should be 10-1000 lines described above.
This is not a real task, I just want to know how PostgreSQL deals with JOIN logic.
sql exists left-join full-outer-join postgresql
odiszapc
source share