Jim Kimball wrote:

> If you are looking for a simple unique ID generator that is also (somewhat)
> evenly distributed, use a reverse timestamp. Use
> System.getCurrentTimeMillis(), turn it into a string, then reverse it.


Reverse it so that the LSB becomes MSB? Is that for better hash 
distribution, or just to break order in the PK index?

-danch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to