has_many :codes

9 posts under 'databases'

Data anonymization with Postgres

Published  

This post describes a simple and fast method to anonymize data in a Postgres database, useful for reporting or in general when you cannot share private information with third parties due to privacy concerns.

Read more ›

MySQL hot backups with Percona Xtrabackup

Published  

A better alternative to mysqldump? In the previous post, we’ve seen how to perform backups and restores of MySQL databases using the mysqldump tool bundled with the MySQL server distribution, together with a few tricks that…

Read more ›

Smarter MySQL backups and restores

Published  

Introduction This is the first part of a mini series that will cover various topics related to MySQL administration (in particular MySQL backups and restores) as well as several tips and tricks on using MySQL in our applications…

Read more ›
© Vito Botta