Are there slower-than-linear algorithms involved for this? /Oskar
2011/6/22 Fabio Maulo <[email protected]>: > ah... not only a batch-size of 1000... a single Flush of 13000 entities each > with ~5 embedded collections (with a total of entities around ?) is even > less recommended (at least for performances). > Try a batch-size=200 and a transaction-Commit/session-close each 100 of > those 13K. > A huge session mean huge*X fields-values check per each update. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/nhusers/-/ZK_Kg-wKCiMJ. > 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. > -- 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.
