Re: [Hibernate] someone looking at flushing performance...

2005-01-05 Thread Henri Tremblay
- > From: Joshua Davis [mailto:[EMAIL PROTECTED] > Sent: Monday, January 03, 2005 10:18 PM > To: Steve Ebersole > Cc: Max Andersen; Hibernate development > Subject: Re: [Hibernate] someone looking at flushing performance... > > Steve Ebersole wrote: > > >[...snip...

RE: [Hibernate] someone looking at flushing performance...

2005-01-04 Thread Steve Ebersole
That was not my intent to imply such a thing. -Original Message- From: Joshua Davis [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 10:18 PM To: Steve Ebersole Cc: Max Andersen; Hibernate development Subject: Re: [Hibernate] someone looking at flushing performance... Steve Eber

Re: [Hibernate] someone looking at flushing performance...

2005-01-03 Thread Joshua Davis
Steve Ebersole wrote: [...snip...] Then we could continue to track these objects within the scope of object identity but not in the session cache (aka, this is analogous to TopLink's distinction between Session and UnitOfWork). ... except better than TopLink. The TOPLink Session stores objects

Re: [Hibernate] someone looking at flushing performance...

2005-01-03 Thread Gavin King
Steve Ebersole wrote: Sure, but all I'm talking about is the processing inside SessionImpl.flushEntity(). If an entity is not mutable, there is a bunch of stuff there that is not necessary between wrapping collections and performing the FlushVisitor processing. The only question would be the sem

RE: [Hibernate] someone looking at flushing performance...

2005-01-03 Thread Steve Ebersole
-Original Message- From: Gavin King [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 2:44 PM To: Steve Ebersole Cc: Max Andersen; Hibernate development Subject: Re: [Hibernate] someone looking at flushing performance... Steve Ebersole wrote: >The read-only stuff would not

Re: [Hibernate] someone looking at flushing performance...

2005-01-03 Thread Gavin King
Steve Ebersole wrote: The read-only stuff would not fix this issue, as I understand it. From what I think that user is asking for, he still probably wants to the flushes against the "main entity" to be honored and just wants the reference data excluded from the flush checking. I think he's suggest

RE: [Hibernate] someone looking at flushing performance...

2005-01-03 Thread Steve Ebersole
Sorry for the late reply, I've been out for the holidays and simultaneously rebuilding my system from its hard-drive crash. The read-only stuff would not fix this issue, as I understand it. From what I think that user is asking for, he still probably wants to the flushes against the "main entity"