GitHub user wsg314 created a discussion: In the implementation of TDE, why is 
encryption performed before compression? What is the rationale behind this?

>From the perspective of TDE function implementation, the sequence of 
>operations when reading data is: read data -> decompress data -> decrypt data; 
>when writing data, the sequence is: encrypt data -> compress data -> write 
>data to disk. Placing the encryption operation before the compression 
>operation almost renders the compression ineffective. Why is this processing 
>method adopted?

GitHub link: https://github.com/apache/cloudberry/discussions/1495

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to