Most of Federico-Razzoli.com articles
are slowly being moved to Vettabase.com,
and in particular Vettabase blog.
This website will eventually contain my personal views and personal projects.
New contents will not necessarily be technical.
Webinar: JSON in MySQL and MariaDB databases
Webinar on 6th March 2020: JSON in MySQL and MariaDB databases. ...
PostgreSQL Features Missing in Amazon Redshift (→Vettabase)
Many PostgreSQL features are not available in Redshift, particularly those which are not suitable for a database cluster or for analytics, and those that Amazon didn't consider important enough to spend the necessary resources to maintain them. ...
Testing database backups
Backups need to be tested to avoid epic incidents like the one occurred to GitLab in 2017. But how should they be tested, and what should we monitor exactly? ...
Use cases for MariaDB Invisible Columns
Invisible columns are columns that are not returned by a SELECT *. Their use cases are not obvious. ...
Practical advice for MySQL/MariaDB live migrations
Modifying table structures is sometimes necessary, or desirable. Modifying them online can be a pain, especially with big tables. Migrations should be ran properly in production. ...