
|
If you were logged in you would be able to see more operations.
|
|
The MemoryStore records changes to it's set of staments in "snapshot", allowing connections to read statements without being affected by a concurrent connection that modifies the statement set. After an update that changes or removes a statement, the MemoryStore starts a clean-up thread that will remove any deprecated statements from the set as soon as the last connections has finished using the deprecated snapshots. However, this thread doesn't seem to be started when a transaction consists of just removal operations.
|
|
MemoryStore now also starts the clean-up thread when statements have been removed.
|
|