NoSQL: Dynamic Columns in MariaDB: a SQL to NoSQL Bridge

| | bookmark | email

Dynamic Columns in MariaDB: a SQL to NoSQL Bridge

Dynamic columns allows you to store a different set of columns for every row in the table. […] Dynamic columns works by storing the extra columns in a blob and having a small set of functions to manipulate it. The functions exist both in SQL and in the MariaDB client library to allow you to manipulate the data where it suits you best.

via NoSQL databases