Hacker News new | ask | show | jobs
by amw-zero 395 days ago
> this doesn't replace the lower level page heap storage

So this is wrong. The heap storage is replaced.

1 comments

You miss my point. It's not replacing Postgres' entire block storage with FoundationDB, it's injecting Table Access Methods and Index Access Methods handlers to override tuple storage at the table and index level. These handlers deal with tuples, not blocks.

The author replied to this thread and confirmed this.