This mail is probably spam.  The original message has been attached
along with this report, so you can recognize or block similar unwanted
mail in future.  See http://spamassassin.org/tag/ for more details.

Content preview:  I finally got round to fixing the implementation of
  collection updates. This meant * using some of Doug Currie's code for
  deep lazy collections * using some of Doug's ideas but implementing
  them for all collections [...] 

Content analysis details:   (8.10 points, 8 required)
NO_REAL_NAME       (3.0 points)  From: does not include a real name
X_MAILING_LIST     (0.0 points)  Has a X-Mailing-List header
FOR_FREE           (6.0 points)  BODY: No such thing as a free lunch (1)
KNOWN_MAILING_LIST (-0.9 points) Email came from some known mailing list software


--- Begin Message ---
I finally got round to fixing the implementation of collection updates.
This meant

 * using some of Doug Currie's code for deep lazy collections
 * using some of Doug's ideas but implementing them for all collections

Previously, when a collection element changed, the entire collection was
removed and then recreated. This was okay for small collections but was
clearly bad for very large collections. Fixing this had been sitting on the
TODO list since the earliest iterations of the project....

Now:

 * new elements are INSERTed
 * removed elements are DELETEd one at a time
 * modified elements are UPDATEd

This change actually makes my test suites *slower* but we can expect it to
scale much, much better.

So 1.1 beta 6 is just about ready to go. I've just been doing some
documentation refresh, etc....

Also I'll post an ArgoUML diagram of the highlevel design of Hibernate here
later today. Hopefully some documentation will make it easier for people to
contribute.

Gavin



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


--- End Message ---

Reply via email to