Virtual columns in MySQL and MariaDB

In this blog post, we’ll compare virtual columns in MySQL and MariaDB.
Virtual columns are one of my top features in MySQL 5.7: they can store a value that is derived from one or several other fields in the same table in a new field. It’s a very good way to build a functional index. […]