Azure-Samples / smartbulkcopy

High-Speed Bulk Copy tool to move data from one Azure SQL / SQL Server database to another. Smartly uses logical or physical partitions to maximize speed.
MIT License
61 stars 23 forks source link

Create logical partition by size #8

Closed yorek closed 5 years ago

yorek commented 5 years ago

Aside from supporting the option to specify how many logical partition should be created, also add the support for the ability to specify the size you want the logical partitions to have: the number will be automatically calculated. For example an 800GB table with 10GB logical partitions will generate 80 partitions. This is really much better for VLDB as it will be more efficient in case connection need to be recovered after a disconnection

yorek commented 5 years ago

Done in 00773463e585bdf8b6ed9f1455d89f815b82f476