Is there an existing issue for the same bug?
Branch Name
main
Commit ID
ec44079
Other Environment Information
- Hardware parameters:
- OS type:
- Others:
Actual Behavior
When I create an IVF index with 1 million vector with dimension 3072, create index is very slow and take around 10 mins to finish. At the end of the create index, insert into mo_catalog.mo_indexes failed with error "txn need retry in rc mode, def changed." Actually, only one session is running. As a result, create index re-run again and run successfully second time.


Expected Behavior
Create index should be finished in one time without retry.
Steps to Reproduce
1 million vector with dimension 3072.
sql> create index idx using ivfflat on tbl(embed) lists=1000 op_type 'vector_l2_ops';
Additional information
No response
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
ec44079
Other Environment Information
Actual Behavior
When I create an IVF index with 1 million vector with dimension 3072, create index is very slow and take around 10 mins to finish. At the end of the create index, insert into mo_catalog.mo_indexes failed with error "txn need retry in rc mode, def changed." Actually, only one session is running. As a result, create index re-run again and run successfully second time.
Expected Behavior
Create index should be finished in one time without retry.
Steps to Reproduce
Additional information
No response