Hi All,
This is my first posting.
We are using Hibernate 3 ,Spring 2 and Mysql 5.
The problem is for Id generator we are using hilo algorithm and the primary key generated is very high, the id is not in sequence it keeps on jumping high. the ids are as high as 8 digits.
For ex: 26568934,26768934,26968934
these numbers keep on jumping by around 20000.
Not sure why is this happening.
I am afraid if these numbers keep on jumping, all numbers might get exhausted.
Any pointers on this issue ?
Thanks
Sandeep
|