© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
1 reply
kevinang

Create index with HNSW silently fails

I was trying to create vector embeddings index with HNSW via the SQL editor on a table with ~100.000 OpenAI embeddings. After running the
create index
create index
command, I was checking the progress: the
tuples_total
tuples_total
remained on zero as it's on building index step, with number of
tuples_done
tuples_done
increasing for a few seconds until it finished, but no index was created.

I understand that this might be an issue with memory usage, but what's the recommended way to debug this? Will adjusting the
ef_construction
ef_construction
or
m
m
help at all in this case?

I tried running the same command on a much smaller table and it worked.

Appreciate your help!
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase insertion fails silently
SupabaseSSupabase / help-and-questions
14mo ago
Switching tabs silently fails reconnection
SupabaseSSupabase / help-and-questions
6mo ago
i can't set up a hnsw index over my vectors
SupabaseSSupabase / help-and-questions
3y ago
Access method "hnsw" does not exist
SupabaseSSupabase / help-and-questions
3y ago