diff --git a/vector/src/include/index/hnsw_index.h b/vector/src/include/index/hnsw_index.h index a3ac95bd..858c8005 100644 --- a/vector/src/include/index/hnsw_index.h +++ b/vector/src/include/index/hnsw_index.h @@ -343,6 +343,7 @@ class OnDiskHNSWIndex final : public HNSWIndex { common::column_id_t columnID, storage::visible_func isVisible) override; void update(transaction::Transaction* transaction, const common::ValueVector& nodeIDVector, common::ValueVector& propertyVector, UpdateState& updateState) override; + bool updateAfterTableWrite() const override { return true; } static storage::IndexType getIndexType() { static const storage::IndexType HNSW_INDEX_TYPE{"HNSW",