What would be more efficient for storing a value that is 5 Bytes long?decimal(5) or int8?
Does decimal(5) actually uses up only 5 bytes? Does that cause anyproblems?
Not finding much on the archives regarding this.