I'm doing large inserts and selects from the database during my bulk uploads nightly. Network latency is slowing my process down a few minutes. Is there a way to get the machines on either side of the connection to agree on a compression method for the transmissions
and to use it?
I'm looking for something similar to the Accept-Encoding: gzip that you can use in HTTP. (At least I see google using it)
There is no "Processing" happening on the server. Only the oracle connection exists.
Robert1980
Member
53 Points
28 Posts
Compression of commands and results?
Jun 16, 2008 03:02 PM|LINK
I'm doing large inserts and selects from the database during my bulk uploads nightly. Network latency is slowing my process down a few minutes. Is there a way to get the machines on either side of the connection to agree on a compression method for the transmissions and to use it?
I'm looking for something similar to the Accept-Encoding: gzip that you can use in HTTP. (At least I see google using it)
There is no "Processing" happening on the server. Only the oracle connection exists.