Right now, for each table this gem does a big select_all For large tables, this will be very slow. We can use something like ActiveRecord's find_each instead.
Right now, for each table this gem does a big select_all
For large tables, this will be very slow.
We can use something like ActiveRecord's find_each instead.