Live data from Hacker News

Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

blog.vectorchord.ai

1–10 of 27 posts

Re: Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

#5

Kinda makes you wonder why you need cloud for anything besides remote encrypted backups if you can run all that on 12GB

what about failover story if server dies? PG failover setup is complicated, and cloud infra handles this for you.

Re: Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

#6
That suffer from a serious issue

You must have the data upfront, you cannot build this in an incremental fashion

There is also bo mention on how this would handle updates, and from the description, even if updates are possible, this will degrade over time, requiring new indexing batch

Re: Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

#7
post #5

Kinda makes you wonder why you need cloud for anything besides remote encrypted backups if you can run all that on 12GB

what about failover story if server dies? PG failover setup is complicated, and cloud infra handles this for you.

Do we mean managed or PG on K8s like CNPG? In all cases, I use the infra to simplify things like having disk redundancy and failover nodes, not because 12GB is interesting.

Re: Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

#8
post #3

Kinda makes you wonder why you need cloud for anything besides remote encrypted backups if you can run all that on 12GB

Because getting any hardware out of infra-team on premise is utterly miserable, across the board.

That's not the only alternative.

Rent your VPS and add in extra volumes for like $10 per 100GB.

Re: Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM

#9
post #5

Earlier quoted context omitted.

what about failover story if server dies? PG failover setup is complicated, and cloud infra handles this for you.

Do we mean managed or PG on K8s like CNPG? In all cases, I use the infra to simplify things like having disk redundancy and failover nodes, not because 12GB is interesting.

Primary managed PG, since you still need setup/maintenance/monitoring on your K8S own solution.
Post reply on HN