Hacker News new | ask | show | jobs
by gopalv 2758 days ago
> Postgress makes a copy of _every_ row

That's what the zHeap storage engine for Postgres fixes - in-place updates for fixed width data.

https://github.com/EnterpriseDB/zheap

1 comments

"for eventual integration into PostgreSQL"..
And is being actively developed through the mailing list. Feel free to follow the progress. It's great to watch it happen in real time.