Read vs. Write Amplification: The Hidden Tax on Database Performance
In system design, there is rarely a 1:1 relationship between what you ask for (logical operations) and what the storage engine actually does (physical operations).
This discrepancy is called Amplification. It is the hidden tax that dictates database ...
vibhorgupta.hashnode.dev3 min read