What is the feature?
Allow construction of knn index (hnsw) in parallel.
How to make the feature.
- Rewrite hnsw algorithm to support concurrent build
- Refactor create statement binder to add a TableRef member to PhysicalCreateIndexOperator
- Add multiple tasks for create index.
What is the feature?
Allow construction of knn index (hnsw) in parallel.
How to make the feature.