Top
Best
New

Posted by mfreed 1 day ago

Replacing EBS and Rethinking Postgres Storage from First Principles(www.tigerdata.com)
83 points | 35 commentspage 2
tayo42 8 hours ago|
Are they not using aws anymore? I found that confusing. It says they're not using ebs, not using attached nvme, but I didn't think there were other options in aws?
mfreed 6 hours ago||
Tiger Cloud certainly continues to run on AWS. We have built it to rely on fairly low-level AWS primitives like EC2, EBS, and S3 (as opposed to some of the higher-level service offerings).

Our existing Postgres fleet, which uses EBS for storage, still serves thousands of customers today; nothing has changed there.

What’s new is Fluid Storage, our disaggregated storage layer that currently powers the new free tier (while in beta). In this architecture, the compute nodes running Postgres still access block storage over the network. But instead of that being AWS EBS, it’s our own distributed storage system.

From a hardware standpoint, the servers that make up the Fluid Storage layer are standard EC2 instances with fast local disks.

wrs 6 hours ago||
There weren’t, so they built one. (It is NVMe at the bottom, though.)
cpt100 1 day ago|
pretty cool