views:

8

answers:

0

Scenario: The data transfer of few gigabytes and considering it would take 2 mins for the data to be transferred from the database to an app.

Would like to know: 1. Does splitting up the data transfer into two threads, increase or decrease the overhead performance (or time taken)? or would it be the same considering the database source is the same.

2.considering I need to secure the transaction with ssl, does the above requirement of splitting the transfer still holds good.