Can I write to one graph while I read from another graph at the same time?
Is the read/write lock on a per graph basis?
Can I write to one graph while I read from another graph at the same time?
Is the read/write lock on a per graph basis?
Each graph has its own read/write lock, so you can freely write (or write and read) to multiple graphs simultaneously.