I have a table column named user_id. where it auto increments whenever a new user registers.
I think setting length/values of column at its maximum length (4294967295) can prevent explosive users registering that will use up the length/values.
I'm worried if I did this, the unused length in the column could cost bits/storage in database which will slow down the processing time. Will this be the case?