mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 03:13:22 +08:00
MS-176 Update table name length
Former-commit-id: 261a0a56335e00d72b92c84dcf2a8c4d233f1820
This commit is contained in:
parent
e28f3397ef
commit
b67500c44b
@ -7,7 +7,7 @@ namespace zilliz {
|
||||
namespace milvus {
|
||||
namespace server {
|
||||
|
||||
constexpr size_t table_name_size_limit = 16384;
|
||||
constexpr size_t table_name_size_limit = 255;
|
||||
constexpr int64_t table_dimension_limit = 16384;
|
||||
|
||||
ServerError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user