Hello, Can autonumber be reused if the record to which it was assigned is deleted?
I have a database table in which autonumber is used to uniquely identify records. However this table is appended and deleted with 10000 or more records daily. Is there a limit to autonumber in MySql becuse I may run out numbers at this rate!
Or would you suggest using an alternative datatype number automatically generated by the database to uniquely identify records?
I have a database table in which autonumber is used to uniquely identify records. However this table is appended and deleted with 10000 or more records daily. Is there a limit to autonumber in MySql becuse I may run out numbers at this rate!
Or would you suggest using an alternative datatype number automatically generated by the database to uniquely identify records?
Comment