I am working on getting various approaches to load data at once from One Database to Another. It may / may not be NoSQL or SQL or RDBMS. I am thinking about how efficiently can Flink execute sink and source. Can Flink do the data loading less than 50% vs the traditional Data Loading methods ?
Asked
Active
Viewed 43 times
1 Answers
0
You are going to be limited by the available disk i/o and network bandwidth. Just depends on how much throughput the data stores can support.

David Anderson
- 39,434
- 4
- 33
- 60