At what point in the write process is compression applied, if in use?
Answer
Compression is applied by the service thread as the record is written into the streaming write buffer. This allows different records written by different clients with different compression levels to be written into the same write block.
Notes
Records transferred between nodes in what is called the 'pickle' format already have compression applied.