Some column tables have unnecessarily big types, typically `int` which can be reduced to `int8_t` or `bool` and `double` which can be reduced to `float`.
Some column tables have unnecessarily big types, typically
intwhich can be reduced toint8_torboolanddoublewhich can be reduced tofloat.