Currently operations are run sequentially, ie, by iterating through the tables.
Write performance tests:
- How fast does it ran given a sample data size?
- Can it do multiple concurrent anonymizations on the same computer?
- What's the limit on how much data it can process?
Optionally, add an option to the tool to run the performance tests
Currently operations are run sequentially, ie, by iterating through the tables.
Write performance tests:
Optionally, add an option to the tool to run the performance tests