No, there isn't, because it is not done for each item, but for each range. That is, I am incrementing the value by one, but I have a range of 100 ( by default, IIRC ) to work on.
On Mon, Nov 24, 2008 at 11:47 AM, karron <[EMAIL PROTECTED]> wrote: > > another question, the hilo generator will update and select the > hibernate_unique_key table to get the value for id, is there > concurrency problem in high traffic application? > > On Mon, Nov 24, 2008 at 5:14 PM, karron <[EMAIL PROTECTED]> wrote: > > Thank you, It is a very useful white paper! I'm not familiar with > > hilo before. After I read the paper, I had a try for hilo. It looks > > good. But there is a little odd. When I used hilo, nh didn't print the > > insert statements(But it printed select, update, delete statements), > > when I switched back to native, it printed all sql statements. > > > > > > On Mon, Nov 24, 2008 at 3:14 PM, Gustavo Ringel > > <[EMAIL PROTECTED]> wrote: > >> you have also hilo. You can read about it on the documents in this list. > I > >> think it is a Steve Ambler articles that Fabio posted. > >> > >> Gustavo. > >> > > > > -- > > Regards, > > Karron > > > > > > -- > Regards, > Karron > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
