Using MySQL as a database.We have a table where a column is "int" data type. Its exceeding the limit of int type i.e. 4294967295. Is there any solution to get more entries/values for the same. We don't want to have a downtime for more than an hour.
Changing it to Bigint type has been considered but focus is to lessen the time.