Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM(blog.vectorchord.ai) |
Indexing 100M vectors in 20 minutes on PostgreSQL with 12GB RAM(blog.vectorchord.ai) |
Imagine paying $250+/mo for 32GB of RAM and 4 VCPUs. No wonder Amazon is swimming in cash, the markup on this is bonkers.
https://www.latitude.sh/pricing/c2-small-x86?gen=gen-2
hetzner doesn't even have specs this low from what i can tell!
https://www.hetzner.com/dedicated-rootserver/#cores_threads_...
Or, for 184eur/mo you can get one of their bare metal GPU offerings with 64GB of RAM, a i5-13500 and an RTX4000.
And that’s the per second pricing applied 24/7 for a month. A year commitment takes 30% off.
Still a big markup, but a lot of these comparisons are the the on demand instant on/off price.
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
Engineers who started their career during the cloud craze and don't know anything else are also not the kind to rock the boat, lest the cash cow dies and their whole "investment" in their career becomes useless.
Not every use case requires 100% uptime
And yes, i agree, the PG failover setup (and especially dealing with a failure afterwards, to restore the ex-master is beyond infuriating).
But its not pay 10x the amount, while eating easily 10x performance infuriating :)
Rent your VPS and add in extra volumes for like $10 per 100GB.
But realistically, I believe major clouds (google, aws) likely has more robust org and infra for recovery than I can built and maintain.
Netcup is under-rated but there are also other providers too at lowendbox/lowendtalk and I am interested to try out hetzner too sometime.
Not counting the fact that Netcup is raided (also Netcup is limited to 8TB on a VPS).
That is like 4.7 Euro /TB. That is like 4$/TB. 6 Euro / TB in a raid 5 setup.
I do not understand why they are not using this new pricing model on their older servers. There the best you can get is like 10 Euro /TB (for the single 15TB U.2).
Nice to know, but I was just guessing at what a reasonable price would be :-)
Actual active-active HA of your datastores is really hard to do (CAP theorem and all that). The majority of companies don't do it.