Computer Science, asked by sharmavishal8417, 1 year ago

How to segment a file into chunks based on what strategy?

Answers

Answered by dolldeepti6
1

We have an file to proxy async interface. The content of the file is straight forward but with 400K lines and 50M in size. Each line is a record. Is there a way to split the file into multiple chunks and send the receiver system(ECC) multiple messages. Since there is no sequencing in the data, we can process the data in parallel in ECC if possible.

Similar questions