Hi, I noticed that whenever the next sequence id is generated it takes the next value from the previous one.But when we start the server then it takes the first value that is multiple of 10. For Example : If previous id is 10012 then the next sequence id that it will take will be 10013 and when I restart the server then it takes 10020 instead of 10014.
Any specific reason about it. Just asking it to increase my knowledge. Thanks in advance -- Regards Alex D. Fleming
