forked from google/leveldb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check the NEWS file for details of what changed. git-svn-id: https://leveldb.googlecode.com/svn/trunk@28 62dab493-f737-651d-591e-8d6aee1b9529
- Loading branch information
dgrogan@chromium.org
committed
May 21, 2011
1 parent
3c11133
commit da79909
Showing
34 changed files
with
953 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Release 1.2 2011-05-16 | ||
---------------------- | ||
|
||
Fixes for larger databases (tested up to one billion 100-byte entries, | ||
i.e., ~100GB). | ||
|
||
(1) Place hard limit on number of level-0 files. This fixes errors | ||
of the form "too many open files". | ||
|
||
(2) Fixed memtable management. Before the fix, a heavy write burst | ||
could cause unbounded memory usage. | ||
|
||
A fix for a logging bug where the reader would incorrectly complain | ||
about corruption. | ||
|
||
Allow public access to WriteBatch contents so that users can easily | ||
wrap a DB. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.