Replies
@planetpostgres I would be interested in knowing how much constraints are used to inform the storage layer. What I mean is if I define constraints on a numeric column where value >= 0 and value <= 255 does the engine choose uint8 as the datatype for storage of this column?
0
0
0