Revision 988c20b9f75514c9510f67d91dedd30f74660eb9 authored by Abhishek Kona on 06 May 2013, 18:41:01 UTC, committed by Abhishek Kona on 06 May 2013, 18:41:01 UTC
Summary:
WAL files are moved to archive directory and clear only at DB::Open.
Can lead to a lot of space consumption in a Database. Added logic to periodically clear Archive Directory too.

Test Plan: make all check + add unit test

Reviewers: dhruba, heyongqiang

Reviewed By: heyongqiang

CC: leveldb

Differential Revision: https://reviews.facebook.net/D10617
1 parent 3c4efc4
History
File Mode Size
win
README -rw-r--r-- 405 bytes
atomic_pointer.h -rw-r--r-- 4.7 KB
port.h -rw-r--r-- 697 bytes
port_example.h -rw-r--r-- 4.6 KB
port_posix.cc -rw-r--r-- 1.8 KB
port_posix.h -rw-r--r-- 10.6 KB
stack_trace.cc -rw-r--r-- 2.2 KB

README

back to top