Hellu all,
Which ID generator performs "faster"... ?
I mean: you have the hibernate sequence ID generators that get the ID from the db, but you also have the UUID generators..
I picked up some signals on the serviceSide website, that generating UUID in your application tend to be a performance bottleneck. Can't really see why...
So please some feedback on this issue?
I would think that UUID generator is faster, as it simple to generate a UUID and it safes db interaction to retrieve a sequence...
Cheers,
Ed
|