File: NEWS

package info (click to toggle)
leveldb 1.23-5
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 1,504 kB
  • sloc: cpp: 20,422; ansic: 623; sh: 69; makefile: 49
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (39)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.