forked from bitcoin/bitcoin
-
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.
- Loading branch information
1 parent
c429f2b
commit 4786302
Showing
34 changed files
with
481 additions
and
1,216 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
LevelDB is a third party library used for the transaction database. | ||
It is imported into the Bitcoin codebase due to being relatively new | ||
and not widely packaged. | ||
|
||
|
||
|
||
--------------------------------------------------------------------- | ||
|
||
leveldb: A key-value store | ||
Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected]) | ||
|
||
|
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.