Hey Lukasz,
Sorry I was sick last week so did not get to respond to you. Responses
inline...
On Sun 06 May 2012 10:11:23 AM CDT, Łukasz Antoniak wrote:
> Hello all!
>
> I have just a very short question regarding concurrency aspects when
> temporary tables are utilized to process multi-table
Hello all!
I have just a very short question regarding concurrency aspects when temporary
tables are utilized to process multi-table bulk
operations. I am trying to refactor part of Envers code which currently
executes SELECT FOR UPDATE and UPDATE, to process with a
single UPDATE statement. Th