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.
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
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