Menu

#1 Buffer sharing ignores pending requests

open
nobody
None
5
2010-04-06
2010-04-06
No

We will evict buffers even if there are pending requests. We can be smarter about that. Right now, only buffers actually access concurrently are shared. For cases where we have very fast executing code (like dumping the buffers to /dev/null), the buffer may be read and dumped before another thread has a chance to access it.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB