Incrementally copy S3 to azure blob

家住魔仙堡 提交于 2019-12-08 12:38:54

问题


I am exploring ways to incrementally copy S3 blobs to azure blobs. I tried azure data factory and I was not able to find this option.

S3 has millions of objects and without an incremental option it takes hours to complete.

I am open to explore other tools/options.


回答1:


if you need to do daily/hourly incrementally copy, the scheduled/tumbling window trigger should be the option. Here is an example to reference. ADFv2 also supports compression in copy, you could specify the type and level of compression for the s3 object, click here for more information.



来源:https://stackoverflow.com/questions/53074516/incrementally-copy-s3-to-azure-blob

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!