25 Oct
2008
25 Oct
'08
1:12 p.m.
If you catalog an object, then search for it and then abort the transaction, your cache will have data in it that isn't committed.
Kind of like how I came to the same conclusion in parallel to you and stuffed up this thread :)
Additionally when another transaction is already running in parallel, it will see cache inserts from other transactions.
So this is the area I have to focus on right now. H