sethreno / schemazen

Script and create SQL Server objects quickly
MIT License
333 stars 140 forks source link

Parallel Export of Data? #208

Open aolszowka opened 2 years ago

aolszowka commented 2 years ago

As it says on the tin, would you accept a PR to change the behavior of SchemaZen to use Parallel.ForEach?

Would you like this to be the default behavior or something that is configured via a command line switch?

The change is relatively straight forward and I have an open branch here with my local changes: https://github.com/aolszowka/schemazen/tree/aolszowka-parallel-data-export