I have two independent databases A and B in the same context and would like to access them concurrently. To be precise: I want to read from A while writing to B. However, I seem to run into all kinds of [b]locking problems, i.e. reading from A blocks while writing to B.
Is this a bug or a feature?
How can I circumvent this? Would using two separate contexts be the only alternative or is there something more sophisticated?