DBeaver Documentation

DOWNLOAD pdf

Data compare

You can compare data of two tables using Data Compare tool.
It is very useful when you need to compare two tables which have almost identical data with just few differences.
DBeaver visualizes the differences using table diff view.

Running data compare tool

  • Select two tables in the Database Navigator from the same database or from different databases or even from different RDBMS (e.g. PostgreSQL and MySQL);
  • Choose Compare/Migrate->Simple compare in the context menu.

DBeaver uses the best unique key or index (usually it is a Primary Key) to identify rows.
Tables without unique key cannot be compared properly because there is no way to compare individual rows.
Unique keys must have the same number of columns.

DBeaver fetches portions of data from each table and then finds differences.

Result diff