How We Encrypt Data in MySQL With Go
July 31, 2017 |
Database
,
Security
A SaaS product needs to use security measures you might not ordinarily use in an on-premises solution. In particular, it’s important for all sensitive data to be secured. Encryption plays…
Analyzing Prepared Statement Performance
November 19, 2014 |
Database
Optimizing MySQL performance requires the ability to inspect production query traffic. If you’re not seeing your application’s production workload, you’re missing a vital part of the picture. In particular, there…