Dhruba Borthakur
71ddb117c8
Add a pointer to the engineering design discussion forum.
...
Summary:
Add a pointer to the engineering design discussion forum.
Test Plan:
Reviewers:
CC:
Task ID: #
Blame Rev:
11 years ago
Igor Canadi
0b5b81a154
Removing reference to doc/impl.html
11 years ago
Kai Liu
3d56b0698c
Fix typo.
11 years ago
Kai Liu
bd828264f3
Fix a typo in README
11 years ago
Mayank Agarwal
eeb90c7ee9
Update README file for public interface
...
Summary: public interface is in include/*
Test Plan: visual
Reviewers: dhruba
CC: leveldb
Differential Revision: https://reviews.facebook.net/D12927
11 years ago
Mayank Agarwal
5e73c4d4ad
Update README file and check arc diff with proxy
...
Summary:
export http_proxy='http://172.31.255.99:8080 '
export https_proxy="$http_proxy" in bashrc makes arc work. Also README file needed to be updated
Test Plan: visual
Reviewers: dhruba, haobo
Reviewed By: haobo
CC: leveldb
Differential Revision: https://reviews.facebook.net/D12903
11 years ago
Dhruba Borthakur
542cc10b19
Fix README contents.
...
Summary:
Fix README contents.
Test Plan:
Reviewers:
CC:
Task ID: #
Blame Rev:
11 years ago
Abhishek Kona
1ba5abca97
Use posix_fallocate as default.
...
Summary:
Ftruncate does not throw an error on disk-full. This causes Sig-bus in
the case where the database tries to issue a Put call on a full-disk.
Use posix_fallocate for allocation instead of truncate.
Add a check to use MMaped files only on ext4, xfs and tempfs, as
posix_fallocate is very slow on ext3 and older.
Test Plan: make all check
Reviewers: dhruba, chip
Reviewed By: dhruba
CC: adsharma, leveldb
Differential Revision: https://reviews.facebook.net/D9291
12 years ago
Dhruba Borthakur
27e26df665
cleanup README.
...
Summary:
Test Plan:
Reviewers:
CC:
Task ID: #
Blame Rev:
12 years ago
Dhruba Borthakur
6eb5ed9a49
rocksdb README file.
...
Summary:
rocksdb README file.
Test Plan:
Reviewers:
CC:
Task ID: #
Blame Rev:
12 years ago
dgrogan@chromium.org
ba6dac0e80
@20776309
...
* env_chromium.cc should not export symbols.
* Fix MSVC warnings.
* Removed large value support.
* Fix broken reference to documentation file
git-svn-id: https://leveldb.googlecode.com/svn/trunk@24 62dab493-f737-651d-591e-8d6aee1b9529
14 years ago
dgrogan@chromium.org
69c6d38342
reverting disastrous MOE commit, returning to r21
...
git-svn-id: https://leveldb.googlecode.com/svn/trunk@23 62dab493-f737-651d-591e-8d6aee1b9529
14 years ago
dgrogan@chromium.org
b743906eea
Revision created by MOE tool push_codebase.
...
14 years ago
dgrogan@chromium.org
b409afe968
chmod a-x
...
git-svn-id: https://leveldb.googlecode.com/svn/trunk@21 62dab493-f737-651d-591e-8d6aee1b9529
14 years ago
dgrogan@chromium.org
f779e7a5d8
@20602303 . Default file permission is now 755.
...
git-svn-id: https://leveldb.googlecode.com/svn/trunk@20 62dab493-f737-651d-591e-8d6aee1b9529
14 years ago
jorlow@chromium.org
f67e15e50f
Initial checkin.
...
git-svn-id: https://leveldb.googlecode.com/svn/trunk@2 62dab493-f737-651d-591e-8d6aee1b9529
14 years ago