MongoDB encryption at rest : Does querying still work?
This is just a clarification question. So if we implement encryption at rest in mongoDB, will it affect querying in any anyway? I'm asking this because I'm currently encrypting the fields on the client side manually, and I need to…