in reply to •Re: Re: Re: MySQL basics
in thread MySQL basics
I have a couple of why doesn't Postgres do this while MySQL does questions:
Why is there no unsigned option in Postgres?
The amount of space wasted in the database due to inflation of datatype sizes just because I can't use an unsigned integer for an index column and have to move up to the next size column.
Doubling the disk space used per each entry in a table, not to mention the possibilities of the column being indexed...