• Sorry if I was not clear. My data is such that I will have encrypted and un encrypted columns for a given table, both in development and production.

    Our apps will use the un encrypted data more frequently. So does it make any sense to split the table vertically and put all the encrypted columns into a separate table so we don't incur any decryption overhead until that data is retrieved ?