On Mon, Jul 30, 2012 at 5:27 PM, Bryan Pendleton <[email protected]> wrote:
> You can try using a lower isolation level: > http://db.apache.org/derby/docs/10.9/devguide/cdevconcepts15366.html > > But that's not exactly the same thing (e.g., at a lower isolation level, > it might be that the count returns the instantaneous count of rows > in the table, including some rows from uncommitted transactions). Thank you, Bryan.
