Walter,
I think it can be configured to be n+1 rather than n+10. Can even be n+anything.
One reason why there are gaps in the sequence numbers is so we have the freedom of inserting
values that may be missing somehow. But if we ever needed to do that, something is terribly amiss
with the software we built.
I don't know about the reason given in the docs you highlighted.
Jonathon
Walter Vaughan wrote:
Why are all the values that are stored in SequenceValueItem multiples of
10? What was the logic/reason?
Reading this
http://confluence.atlassian.com/display/JIRA/Merging+2+JIRA+instances
it gave a reason that it needs to be higher to avoid dupicate keys, but
wouldn't n+1 worked just as well as the formula to round up to the next
multiple of 10?
Thanks
==
Walter