-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pg_vector index support #7805
Comments
To speed-up the index build, hnsw tries to allocate (Also note that for serial index builds, this is not the case because then hnsw won't try allocating memory from shared-memory but from the same backend's memory pool.) This especially becomes a problem when your database is setup on a docker container. https://www.timescale.com/learn/how-to-address-error-could-not-resize-shared-memory-segment If increasing shm-size doesn't help, please let us know again. |
Hi I've successfully managed to increase shm_size to 8g using docker's |
Let me ask a few more questions to better understand what's happening: How does your Citus cluster setup look like?
And how many shards does |
I've given up on multi node citus and am moving back to vanilla postgres on one single big node now due to this issue. Answers to questions:
|
I'm unable to create an HNSW index using the following command:
I have citus installed alongside pg_vector (
create extension if not exists vector
)Here is the error message I'm getting:
The text was updated successfully, but these errors were encountered: