TDengine
TDengine copied to clipboard
Can different tag value exists in one sub table?
I have a table, the schema is like: value1 int, value2 int TAGS host BINARY(64), location BINARY(64). Can I store data with different tag value in this sub table? like: v1, v2, ip1, beijing v3, v4, ip2, shanghai
no ,what you presented is a typical super table , which the first row belong to sub table 1, another one belong to sub table 2.