Commit c042f7ae authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent f57b0331
...@@ -173,10 +173,8 @@ will be our future approach after we teach NEO about object deduplication. ...@@ -173,10 +173,8 @@ will be our future approach after we teach NEO about object deduplication.
# between virtmem subsystem and ZODB, and virtmem->ZODB propagation happens only # between virtmem subsystem and ZODB, and virtmem->ZODB propagation happens only
# at commit time. # at commit time.
# #
# Since, for performance reasons, virtmem subsystem is going away and BigFiles XXX kill # ZBigFile follow second scheme and synchronizes dirty RAM with ZODB at commit time.
# will be represented by real FUSE-based filesystem with virtual memory being # XXX -> link to code that implements it (_ZBigFileH) ?
# done by kernel, where we cannot get callback on a page-dirtying, it is more
# natural to also use "2" here.
from wendelin.bigfile import WRITEOUT_STORE, WRITEOUT_MARKSTORED from wendelin.bigfile import WRITEOUT_STORE, WRITEOUT_MARKSTORED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment