Open Dveim opened 8 years ago
At the moment, each file processes separately. So, if two files have almost identical content, there will be two requests to responder, instead of one.
In the meantime, we could work around this by mandating PARALLEL OFF in the Redshift UNLOAD query.
PARALLEL OFF
UNLOAD
Leave this one for now I think...
At the moment, each file processes separately. So, if two files have almost identical content, there will be two requests to responder, instead of one.