Re: AUTO_INCREMENT when column maximum is reached
If your table gets to within 1 of the limiting value for an auto_increment column, the table is growing faster than anticipated, that's a design failure---there always needs to be ample headroom.
If your schema, its rules, or any apps using it depend on gapless auto_increment sequences, that's another design mistake. Fix that by providing your own sequencing function.
Subject
Views
Written By
Posted
712
September 03, 2020 10:48AM
326
September 03, 2020 11:54AM
321
September 04, 2020 06:22AM
Re: AUTO_INCREMENT when column maximum is reached
313
September 04, 2020 10:28AM
319
September 04, 2020 10:33AM
299
September 04, 2020 03:29PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.