Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Change the format of compressed page records slightly so that the file format supports inserting padding records into sorted runs.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | compression-hooks
Files: files | file ages | folders
SHA1: 0b940bfe17487aaec091c1915715104a982af507
User & Date: dan 2012-10-27 08:57:49.368
Context
2012-10-28
10:07
Add padding records to segments in compressed databases in order to avoid partial writes to segments that have already been synced to disk. check-in: ae3c8da44d user: dan tags: compression-hooks
2012-10-27
08:57
Change the format of compressed page records slightly so that the file format supports inserting padding records into sorted runs. check-in: 0b940bfe17 user: dan tags: compression-hooks
2012-10-26
18:08
Enable assert() checking for lost blocks in compressed database mode. check-in: 6e7bc9099c user: dan tags: compression-hooks
Changes
Unified Diff Side-by-Side Diff Patch
Changes to lsm-test/lsmtest_main.c.
Changes to src/lsm_file.c.