> From: "Oesterlin, Robert" <[email protected]> > > Hit send too fast – so the question is now – what’s the penalty on > the client side? >
Data is encrypted/decrypted on the path to/from the storage device -- it is in cleartext in the buffer pool. If you can read-ahead and write-behind you may not see the overhead of encryption. Random reads and synchronous writes will see it. -Wayne
_______________________________________________ gpfsug-discuss mailing list gpfsug-discuss at spectrumscale.org http://gpfsug.org/mailman/listinfo/gpfsug-discuss
