
Jack Vanlightly
1.7K posts

Jack Vanlightly
@vanlightly
Likes breaking ideas and systems, writing, picking systems apart @confluentinc Ex @Splunk, @VMware https://t.co/voJWmL5iBE Credit: ESO/B. Tafreshi









What's with the obsession with "a single copy" of the data? With LTAP, it might store one durable copy of the data (WAL keepers + Parquet on S3), but pageservers also maintain a copy. Sure, its cached, but it's still a copy. I don't want to think about the cost of serving a Postgres read from Parquet. You can size the Postgres instance keep more data locally, to avoid a local cache miss, so then you have another cached copy. Plus, "single copy" but with time travel? There are in fact multiple copies of the data to service time travel. Also, CDC? The change feed is a copy. Copies are everywhere!

















