baselining sucks now;
after major redesign,
should be much faster
process on disk;
reading into memory
just wasting space
data in sql -
index by primary keys,
process in order.
each row is compared
against the current row in
the other table
if less than, an add
if greater than, a delete
if equal, a change.