gonymizer
gonymizer copied to clipboard
Avoid processing data for the ignored tables
Hi,
Currently, all table data is passed through the processors, even if none of the fields of the table have a meaningful processor defined. This means a big slowdown for certain databases, with the increased possibility to hit a bug like #87.
Perhaps it would be possible to stream to the outfile the data for those tables, without passing it through the processors?