Open shrinktofit opened 3 months ago
This PR should reduce about 7KB(139KB ->132KB). The idea is simple: most ranges of rows in the table are small, which can be represented by [start, difference] in comparison with [start, end].
[start, difference]
[start, end]
This PR should reduce about 7KB(139KB ->132KB). The idea is simple: most ranges of rows in the table are small, which can be represented by
[start, difference]
in comparison with[start, end]
.