We have a mysql table, which soon ends with identifiers (the main identifier is a 32-bit integer, and max id is about 1.5 billion). What is the best way to solve this problem? Change the id type to 64-bit, but this will lead to database failure for too long, because the table has a billion rows.
mysql innodb
Pinch
source share