本文介绍了将Millon记录发送到另一个存储库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

将一百万条记录发送到另一个存储库文件的最佳方法是什么?

我有一个提供这些记录的网络服务,接收者发送一个ACK确认接收正常,这种方式非常慢.

Greetings

解决方案



What is the best way to send a million records to another repository p.e to file?

I have a webservice that provide these records one by one, and receptor send a ACK that confirm the reception is ok, this way is very slow.

Greetings

解决方案




这篇关于将Millon记录发送到另一个存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 20:31