Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改表空间,增加properties不生效 #744

Open
CzyuAAA opened this issue Jan 6, 2024 · 1 comment
Open

修改表空间,增加properties不生效 #744

CzyuAAA opened this issue Jan 6, 2024 · 1 comment

Comments

@CzyuAAA
Copy link

CzyuAAA commented Jan 6, 2024

properties修改了,space_properties没有修改,是不支持修改还是姿势不对呢
{
"code": 200,
"msg": "success",
"data": {
"id": 6,
"name": "update2",
"resource_name": "default",
"version": 7,
"db_id": 1,
"enabled": true,
"partitions": null,
"partition_num": 0,
"replica_num": 1,
"properties": {
"add_col1": {
"index": true,
"type": "string"
},
"add_col2": {
"index": true,
"type": "string"
},
"doc": {
"index": true,
"type": "string"
},
"is_table": {
"index": true,
"type": "integer"
},
"qualified_name": {
"index": true,
"type": "string"
},
"text": {
"type": "string"
},
"text11": {
"type": "string"
},
"vector": {
"dimension": 3,
"format": "normalization",
"type": "vector"
}
},
"engine": {
"index_size": 2,
"metric_type": "L2",
"retrieval_type": "FLAT",
"retrieval_param": {
"metric_type": "L2"
},
"id_type": "Long"
},
"space_properties": {
"doc": {
"field_type": 4,
"type": "string",
"index": true,
"option": 1
},
"is_table": {
"field_type": 0,
"type": "integer",
"index": true,
"option": 1
},
"qualified_name": {
"field_type": 4,
"type": "string",
"index": true,
"option": 1
},
"text": {
"field_type": 4,
"type": "string"
},
"vector": {
"field_type": 5,
"type": "vector",
"format": "normalization",
"dimension": 3,
"option": 1
}
}
}
}

@wxingda
Copy link
Member

wxingda commented Jan 8, 2024

目前还不支持space_properties的修改功能,只能删掉重建space

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants