最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

bigdata - Efficiently Migrating 40TB of BLOB Data from Oracle to a Scalable System - Stack Overflow

programmeradmin3浏览0评论

I have a problem: I need to migrate 40TB of data from Oracle database (in .dmp format file) to my company database . The database contains only one table with two columns—one for the ID and the other for image data stored in BLOB format.

I am writing a script to automate the process of importing data from Oracle database into my company's database and then exporting the images in JPG format. However, due to the large volume of data, I am considering deploying my service on Kubernetes with multiple replicas to speed up the import and export process.

The problem is, I’m not sure if this approach is feasible, and if it is, I don’t know the best way to implement it.

Does anyone have any ideas or suggestions on how to handle this? I would really appreciate your help.

发布评论

评论列表(0)

  1. 暂无评论