The Basics of Sharding in MongoDB
September 6, 2017
Database
Sharding is a mechanism widely used in today’s most popular database systems, an effective way to divide, categorize, and organize data into manageable chunks. In some database types, such as…
How We Encrypt Data in MySQL With Go
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…