The Tag
name in Nebula Graph is a string. what is the max length of this Tag
name?
For example:
CREATE TAG IF NOT EXISTS aveeeeeeerylooooooooongtaaaaaaaagnaaaaaame(name string, age int);
The Tag
name in Nebula Graph is a string. what is the max length of this Tag
name?
For example:
CREATE TAG IF NOT EXISTS aveeeeeeerylooooooooongtaaaaaaaagnaaaaaame(name string, age int);
There is no direct restriction on a string's length. But a sentence's length has an upper limit of 4MB.
I.e., The length of any queries or sentences you sent to Nebula Graph should be less than 4MB.