Tostino4 years ago
Just wanted to say how impressed I was with this solution and the results it achieved when I was following the development on -hackers.
https://www.postgresql.org/docs/devel/btree-implementation.h...
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit...
Bottom-up deletion is specifically designed to ameliorate what the blog post refers to as "write amplification". Testing has shown that it's very effective with many workloads.