Revision 20c44fefb709043fdd2d12f892cd2d0544702700 authored by Amit Arya on 02 September 2015, 18:17:02 UTC, committed by Amit Arya on 02 September 2015, 18:17:02 UTC
Summary: Use fallocate on LOG FILES to

Test Plan:
make check
+
===check with strace===

[arya@devvm1441 ~/rocksdb] strace -e trace=fallocate ./ldb --db=/tmp/test_new scan
fallocate(3, 01, 0, 4194304)            = 0

Reviewers: sdong, anthony, IslamAbdelRahman, kradhakrishnan, lgalanis, rven, igor

Reviewed By: igor

Subscribers: leveldb, dhruba

Differential Revision: https://reviews.facebook.net/D45969
1 parent aad0572
History
File Mode Size
.gitignore -rw-r--r-- 129 bytes
Makefile -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 67 bytes
c_simple_example.c -rw-r--r-- 2.3 KB
column_families_example.cc -rw-r--r-- 2.0 KB
compact_files_example.cc -rw-r--r-- 5.7 KB
optimistic_transaction_example.cc -rw-r--r-- 4.1 KB
simple_example.cc -rw-r--r-- 1.4 KB
transaction_example.cc -rw-r--r-- 4.2 KB

README.md

back to top