MariaDB Dynamic columns
Very interesting new feature included in MariaDB 5.3 onwards and
I hope it will get enough attention for continued development and
improvement - enter dynamic columns. What does it mean - dynamic
column? In the simple terms this feature will allow you to create
a column for any row in the table. The actual data will be stored
in blobs and this feature also comes with cool set of functions
to manipulate the data. If this does not make any sense
at this point - stick around as the example for practical use
will make it easy to grasp.
For example, you have typical analytics scenario - you have
a single large fact table (fact or measures tables are usually
the large ones) and a collection of smaller dimension tables (aka
attributes), all and all classical star schema that
contains:
Say you are a marketing company to the mobile phone industry and
you have an app that …
Showing entries 1 to 1
Apr
10
2013
Showing entries 1 to 1