Does anyone know why sometime my internal ID jump to next 100 when creating new record using script. Ex. it goes. 1, 2, 3, 100, 101, 102, 103, 104, 200, 201, 202?
c
Chris
04/01/2020, 9:43 PM
I’m gonna guess it’s some of of backend db optimization which is issuing primary keys and reserving them in batches of 100. (this is a total guess)