Description
It's better to limit the charset of collection name.
Normal choice: [a-zA-Z0-9_]
Then length of collection name is 512.
Because the max length of table name is 64 and we have some prefix characters for collection, we should modify the source code of seekdb and oceanbase.
Description
It's better to limit the charset of collection name.
Normal choice: [a-zA-Z0-9_]
Then length of collection name is 512.
Because the max length of table name is 64 and we have some prefix characters for collection, we should modify the source code of seekdb and oceanbase.