MySQL Encryption Performance Testing
This is the second of a two-part series on MySQL encryption performance testing. In the first article, I exclusively used MySQL’s built-in SSL support to run stress tests, which produced some surprising results. Of course, it was expected that query throughput with SSL would be lower than without SSL, but …