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