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`.