Commit 3aff490b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 23a6588a
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
// head/bigfile/<bigfileX> which represents always latest bigfile data. // head/bigfile/<bigfileX> which represents always latest bigfile data.
// Clients that want to get isolation guarantee should subscribe for // Clients that want to get isolation guarantee should subscribe for
// invalidations and re-mmap invalidated regions to file with pinned bigfile revision for // invalidations and re-mmap invalidated regions to file with pinned bigfile revision for
// the duration of their transaction(*). See "Isolation protocol" for details. // the duration of their transaction. See "Isolation protocol" for details(*).
// //
// In the usual situation when bigfiles are big, and there are O(1)/δt updates, // In the usual situation when bigfiles are big, and there are O(1)/δt updates,
// there should be no need for any cache besides shared kernel cache of latest // there should be no need for any cache besides shared kernel cache of latest
......
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