90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
1–10 of 39 posts
Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#2Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#3Curious about the "outside of the database" index generation part. Is this index WAL-protected eventually?
Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#4Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#5Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#6How does performance scale (vs pgvector) when you have an index and start loading data in parallel? Or how does this scale vs the to-be-released pgvector 0.5.2?
> https://github.com/lanterndata/lantern/blob/040f24253e5a2651...
> Operator can only be used inside of an index
Isn't the use of the distance operator in scan+sort critical for generating the expected/correct result that's needed for validating the recall of an ANN-only index?
Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#7Still, very impressive
Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#8Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#9You piqued my interest enough to sign up and try...but now it needs an Access Code to try the DB, any HN special here?
Re: 90x Faster Than Pgvector – Lantern's HNSW Index Creation Time
#10How does performance scale (vs pgvector) when you have an index and start loading data in parallel? Or how does this scale vs the to-be-released pgvector 0.5.2?
I'm also concerned about these (tested!) errors: > https://github.com/lanterndata/lantern/blob/040f24253e5a2651... > Operator can only be used inside of an index Isn't the use of the distance operator in scan+sort critical for generating the expected/correct result that's needed for validating the recall of an ANN-only index?
There's some context on the operator here: https://github.com/lanterndata/lantern?tab=readme-ov-file#a-...