@@ -66,6 +66,7 @@ Schemaless writes process row data according to the following principles.
Note that tag_key1, tag_key2 are not the original order of the tags entered by the user but the result of using the tag names in ascending order of the strings. Therefore, tag_key1 is not the first tag entered in the line protocol.
The string's MD5 hash value "md5_val" is calculated after the ranking is completed. The calculation result is then combined with the string to generate the table name: "t_md5_val". "t*" is a fixed prefix that every table generated by this mapping relationship has.
Please refer following link for the details of subtable name implementation rules:[subtable name code implementation](https://github.com/taosdata/TDengine/blob/06e05dfdf9c394e8ad5dd2ad4a54de53ea4e93f5/src/client/src/tscParseLineProtocol.c#L153-L188).
2. If the super table obtained by parsing the line protocol does not exist, this super table is created.
If the subtable obtained by the parse line protocol does not exist, Schemaless creates the sub-table according to the subtable name determined in steps 1 or 2.