0

Just like the title, I tried to create a database in tdengine, but I meet a DB error throw by Taos shell. Which said that “invalid operation:name too long”. Does anyone know the max length of database allowed in tdengine? Is this is configurable?

Ray Shown
  • 33
  • 6

1 Answers1

0

Database name: cannot contain "." and other special characters, and cannot exceed 32 characters. More info, you can refer taos.cfg

xiaolei
  • 43
  • 1
  • 6