I currently don't have enough data to test the scenario but I need to know if Redshift unload command with parallel on unloads sorted data to multi part files on s3, if I use order by clause with unload query? I know I can unload sorted data to s3 serially with 6.2 GB on each part if I use parallel off.
Redshift documentation states about unload:
A SELECT query. The results of the query are unloaded. In most cases, it is worthwhile to unload data in sorted order by specifying an ORDER BY clause in the query; this approach saves the time required to sort the data when it is reloaded.
Any related link with this topic would be helpful.