Closed MarinPostma closed 4 months ago
The rows read/written counters are stores in a u32, that can overflow. This PR "fixes" that by saturating the counter. This is a temporary fix, since increasing the size of the counter is more work than we are willing to put in right now.
The rows read/written counters are stores in a u32, that can overflow. This PR "fixes" that by saturating the counter. This is a temporary fix, since increasing the size of the counter is more work than we are willing to put in right now.