summaryrefslogtreecommitdiff
path: root/src/docs/lsm.dox
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2014-09-11 10:08:43 -0400
committerKeith Bostic <keith@wiredtiger.com>2014-09-11 10:08:43 -0400
commit539f01b310867a5dfb7d4056a305fe11ad57f423 (patch)
tree276a26c0a477ff348c915071952f560e27c0011e /src/docs/lsm.dox
parent60751aaba624cf364acc1a45f4007f2b031135d3 (diff)
downloadmongo-539f01b310867a5dfb7d4056a305fe11ad57f423.tar.gz
I don't expect to fix named checkpoints in LSM, tombstones were the
caveat we planned to fix.
Diffstat (limited to 'src/docs/lsm.dox')
-rw-r--r--src/docs/lsm.dox7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/docs/lsm.dox b/src/docs/lsm.dox
index d5439d6209e..b71fccd7151 100644
--- a/src/docs/lsm.dox
+++ b/src/docs/lsm.dox
@@ -109,9 +109,8 @@ configuration key to ::wiredtiger_open.
@subsection lsm_checkpoints Named checkpoints
-Named checkpoints are not supported on LSM trees, and cursors cannot be opened
-with a non-empty \c "checkpoint" configuration.
-
-We intend to address these limitations in future releases.
+Named checkpoints are not supported on LSM trees, and cursors cannot be
+opened with a non-empty \c "checkpoint" configuration (that is, only the
+most recent standard checkpoint can be read).
*/