matrixone
matrixone copied to clipboard
[Bug]: vector index: after reindex list not changed
Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
Branch Name
main
Commit ID
ee4b53f
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
after reindex, show create table list not changed
Expected Behavior
No response
Steps to Reproduce
sql:
`create table vector_index_04(a int primary key, b vecf32(3),c vecf32(4));
insert into vector_index_04 values(1,"[56,23,6]","[0.25,0.14,0.88,0.0001]"),(2,"[77,45,3]","[1.25,5.25,8.699,4.25]"),(3,"[8,56,3]","[9.66,5.22,1.22,7.02]");
create index idx01 using ivfflat on vector_index_04(c) lists=5 op_type "vector_l2_ops";
insert into vector_index_04 values(4,"[156,213,61]","[10.25,0.14,0.88,10.0001]"),(5,"[177,425,30]","[11.25,51.25,80.699,44.25]"),(6,"[80,56,3]","[90.686,5.212,19.22,7.02]");
alter table vector_index_04 alter reindex idx01 ivfflat lists=8;
show create table vector_index_04
`
Additional information
No response
Raised a PR : https://github.com/matrixorigin/matrixone/pull/14956
confirm,closed
commit:35cb5aa0385310aadaa3177a8c4b843b482783b7