Timeout Error by Indexing a large amount of Data (hnsw)
Hi together,
We got a Vector Table with a large amount of Data and we tried to set a hnsw index on the embedding column via PostgreSQL. The problem here is, that we got a Timeout ERROR in the SQL editor. Do anybody got a solution for that problem?
We tried following steps:
We got a Vector Table with a large amount of Data and we tried to set a hnsw index on the embedding column via PostgreSQL. The problem here is, that we got a Timeout ERROR in the SQL editor. Do anybody got a solution for that problem?
We tried following steps:
- increasing the query/statement timeout
- set the index via procedure
- setup a new table with the index and copy the data to the new table