To compare two sets data groups, all records in two sets of
data groups are loaded into memory for comparing by default. The computer processor need process all records
record by records, columns by columns in both sets of tables to get comparison
result. The comparison process uses
a lot of resources in your computer and it might take a long time to finish
the comparing work. The comparing process
could be failed by running out of resources on your computer, for example,
running out of memory. The usage of
memory of your computer depends on number of records in two sets of comparing
data groups and the size of the each record.
So, limiting number of records to compare for SQLDBCompare
is crucial for comparing tables that have a lot of records.
Figure 1
Limit Number of Records for Comparison