mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
MS-176 Update table name length
Former-commit-id: 9280bdd9470730803640f75b962737f3e604501f
This commit is contained in:
parent
1db5af5dd2
commit
ee03d36691
@ -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