79673846

Date: 2025-06-20 19:05:29
Score: 1.5
Natty:
Report link

I solve de problem. my db cluster has an option called AUTO_ID_CACHE, it make auto_increment skips 30000 numbers. when you create a database, set AUTO_DB_CACHE 1 to avoid that behavior.

ENGINE=InnoDB AUTO_ID_CACHE 1;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: josue hernandez