Is it possible to define multiple key-value pairs within the "labels.location" property?
I'm referring to the following documentation page which only illustrates a single key-value pair rack:rack1
https://docs.starrocks.io/docs/administration/management/resource_management/be_label/
It would be useful, if it was possible to define multiple kv pairs such as:
SET ("labels.location" = "rack:rack1; tier:hot");
And then be able to constrain a table's data to a particular tier.
Can this be done?
Thanks!