• I follow you. If not for the encryption this data would be in a single table and I would not even consider splitting it vertically into two tables. I just didn't know if implementing encryption would have any significant performance impact such that I would want to separate out the encrypted columns.

    btw, I'm assuming I can have a mixture of encrypted and un encrypted columns in a table. Is that correct ?

    thanks.