Commit Graph

  • b858da709a Simplify bucketing logic in ldb-ttl Mayank Agarwal 2013-06-20 11:50:33 -0700
  • 61f1baaedf Introducing timeranged scan, timeranged dump in ldb. Also the ability to count in time-batches during Dump Mayank Agarwal 2013-06-18 19:57:54 -0700
  • 0f78fad9f5 [RocksDB] add back --mmap_read options to crashtest Haobo Xu 2013-06-19 13:32:03 -0700
  • 4deaa0d48b [RocksDB] Minor change to statistics.h Haobo Xu 2013-06-19 12:39:24 -0700
  • 96be2c4ee0 [RocksDB] Add mmap_read option for db_stress Haobo Xu 2013-06-17 16:13:32 -0700
  • 5ef6bb8c37 [rocksdb][refactor] statistic printing code to one place Abhishek Kona 2013-06-18 20:28:41 -0700
  • 09de7a3b6a Fix Zlib_Compress and Zlib_Uncompress Jim Paton 2013-06-18 16:57:42 -0700
  • 3cc1af2062 [RocksDB] Option for incremental sync Haobo Xu 2013-06-13 22:49:46 -0700
  • 79f4fd2b62 [Rocksdb] Simplify Printing code in db_bench Abhishek Kona 2013-06-18 14:58:00 -0700
  • 6acbe0fc45 Compact multiple memtables before flushing to storage. Dhruba Borthakur 2013-06-11 14:23:58 -0700
  • f561b3a324 [Rocksdb] Rename one stat key from leveldb to rocksdb Abhishek Kona 2013-06-17 14:32:48 -0700
  • 836534debd Enhance dbstress to allow specifying compaction trigger for L0. Dhruba Borthakur 2013-06-17 13:51:12 -0700
  • 00124683de [rocksdb] do not trim range for level0 in manual compaction Abhishek Kona 2013-06-17 13:58:17 -0700
  • 39ee47fbf4 [Rocksdb] Record WriteBlock Times into a histogram Abhishek Kona 2013-06-17 10:11:10 -0700
  • 8926b72751 Minor tweaks to StringAppend MergeOperator. Deon Nicholas 2013-06-14 16:44:39 -0700
  • bff718d81c [Rocksdb] Implement filluniquerandom Abhishek Kona 2013-06-14 16:17:56 -0700
  • 2a52e1dcb6 Fix db_bench for release build. Deon Nicholas 2013-06-14 16:00:47 -0700
  • 1afdf28701 [RocksDB] Compaction Filter Cleanup Haobo Xu 2013-06-06 10:31:37 -0700
  • 7a5f71d19a [Rocksdb] measure table open io in a histogram Abhishek Kona 2013-06-13 17:25:09 -0700
  • 0c2a2dd5e8 [RocksDB] Fix build. Removed deprecated option --mmap_read from db_crashtest Haobo Xu 2013-06-13 13:45:51 -0700
  • 778e179046 [RocksDB] Sync file to disk incrementally Haobo Xu 2013-06-04 15:51:50 -0700
  • 4985a9f73b [Rocksdb] [Multiget] Introduced multiget into db_bench Deon Nicholas 2013-06-12 12:42:21 -0700
  • bdf1085944 [RocksDB] cleanup EnvOptions Haobo Xu 2013-06-07 15:35:17 -0700
  • 5679107b07 Completed the implementation and test cases for Redis API. Deon Nicholas 2013-06-11 11:19:49 -0700
  • e673d5d26d Do not submit multiple simultaneous seek-compaction requests. Dhruba Borthakur 2013-06-03 12:57:23 -0700
  • 3c35eda9bd Make Write API work for TTL databases Mayank Agarwal 2013-05-15 15:00:57 -0700
  • 1b69f1e584 Fix refering freed memory in earlier commit. Dhruba Borthakur 2013-06-10 13:28:58 -0700
  • 4a8554d5bb [Rocksdb] fix wrong assert Abhishek Kona 2013-06-10 13:14:14 -0700
  • c5de1b9391 Print name of user comparator in LOG. Dhruba Borthakur 2013-06-10 08:13:23 -0700
  • a4913c5170 [rocksdb] names for all metrics provided in statistics.h Abhishek Kona 2013-06-10 11:57:55 -0700
  • 184343a061 Max_mem_compaction_level can have maximum value of num_levels-1 Mayank Agarwal 2013-06-08 20:15:10 -0700
  • 7a6bd8e975 Modifying options to db_stress when it is run with db_crashtest Mayank Agarwal 2013-06-08 12:29:43 -0700
  • 3bb9449906 [Fix whilebox crash test failure] Vamsi Ponnekanti 2013-06-07 11:06:20 -0700
  • e982b5a489 [Rocksdb] measure table open io in a histogram Abhishek Kona 2013-06-07 10:02:28 -0700
  • 8ef328ee6a ctags and cscope support to Makefile Jim Paton 2013-06-05 10:37:38 -0700
  • 5cf7a00bda [Make most of the changes suggested by Aaron] Vamsi Ponnekanti 2013-05-23 19:10:13 -0700
  • db1f0cddf3 Fixed valgrind errors Deon Nicholas 2013-06-05 17:25:16 -0700
  • d8c7c45ea0 Very basic Multiget and simple test cases. Deon Nicholas 2013-06-05 11:22:38 -0700
  • d91b42ee27 [Rocksdb] Measure all FSYNC/SYNC times Abhishek Kona 2013-06-05 11:06:21 -0700
  • ee522d0032 [Rocksdb] Log on disable/enable file deletions Abhishek Kona 2013-06-05 10:48:24 -0700
  • 043573b24f [RocksDB] Include 64bit random number generator Haobo Xu 2013-06-03 23:23:03 -0700
  • d9f538e1a9 Improve output for GetProperty('leveldb.stats') Mark Callaghan 2013-06-03 08:16:16 -0700
  • 2b1fb5b01d [RocksDB] Add score column to leveldb.stats Haobo Xu 2013-05-30 22:57:22 -0700
  • d897d33bf1 [RocksDB] Introduce Fast Mutex option Haobo Xu 2013-05-31 16:30:17 -0700
  • ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file Haobo Xu 2013-05-17 15:53:01 -0700
  • 2df65c118c [RocksDB] Dump counters and histogram data periodically with compaction stats Haobo Xu 2013-05-28 12:35:43 -0700
  • a8d807ee91 Record the number of open db iterators. Dhruba Borthakur 2013-05-28 14:00:10 -0700
  • fb684da082 [RocksDB] Fix CorruptionTest Haobo Xu 2013-05-28 11:38:47 -0700
  • 4c47d8f345 add block deviation option to terminate a block before it exceeds block_size heyongqiang 2013-05-15 10:34:02 -0700
  • 4b29651206 add block deviation option to terminate a block before it exceeds block_size heyongqiang 2013-05-15 10:34:02 -0700
  • ef15b9d178 [RocksDB] Fix MaybeDumpStats Haobo Xu 2013-05-24 12:52:45 -0700
  • 0e879c93de [RocksDB] dump leveldb.stats periodically in LOG file. Haobo Xu 2013-05-10 15:21:04 -0700
  • 26541860d3 The max size of the write buffer size can be 64 GB. Dhruba Borthakur 2013-05-23 11:56:19 -0700
  • 898f79372f Fix valgrind errors introduced by https://reviews.facebook.net/D10863 Dhruba Borthakur 2013-05-23 10:56:36 -0700
  • c2e2460f8a [RocksDB] Expose DBStatistics Haobo Xu 2013-05-23 11:34:58 -0700
  • 760dd4750f [Kill randomly at various points in source code for testing] Vamsi Ponnekanti 2013-04-04 23:49:43 -0700
  • 87d0af15d8 [RocksDB] Introduce an option to skip log error on recovery Haobo Xu 2013-05-21 11:53:33 -0700
  • d1aaaf718c Ability to set different size fanout multipliers for every level. Dhruba Borthakur 2013-05-21 11:37:06 -0700
  • c3c13db346 [RocksDB] [Performance Bug] MemTable::Get Slow Haobo Xu 2013-05-20 21:28:09 -0700
  • 3827403c51 Check to db_stress to not allow disable_wal and reopens set together Mayank Agarwal 2013-05-21 11:27:23 -0700
  • 839f6db77e [RocksDB] Fix PosixLogger and AutoRollLogger thread safety Haobo Xu 2013-03-25 10:56:48 -0700
  • 15ccd10c7f A nit to db_stress to terminate generated value at proper length Mayank Agarwal 2013-05-20 14:45:22 -0700
  • 8a59ed9bc7 [RockdDB] fix build Haobo Xu 2013-05-17 16:14:07 -0700
  • e1174306c5 [RocksDB] Simplify StopWatch implementation Abhishek Kona 2013-05-17 10:55:34 -0700
  • 446151cd20 [Rocksdb] Remove unused double apis to record into histograms Abhishek Kona 2013-05-16 10:40:30 -0700
  • 8a48410f09 Enhance the ldb tool to support ttl databases Mayank Agarwal 2013-05-13 19:11:56 -0700
  • 8c9411c637 Modify build_detect_platform to run fbcode.*.* irrespective of $PATH Mayank Agarwal 2013-05-14 16:08:03 -0700
  • accd3debbb Implemented StringAppendOperator and unit tests. Deon Nicholas 2013-05-10 10:40:10 -0700
  • 4ca3c67bd3 [RocksDB] Cleanup compaction filter to use a class interface, instead of function pointer and additional context pointer. Haobo Xu 2013-05-12 02:36:59 -0700
  • 73c0a33346 [RocksDB] fix compaction filter trigger condition Haobo Xu 2013-05-03 15:26:12 -0700
  • 3102628873 Bring read_only into ttl Mayank Agarwal 2013-05-10 14:19:47 -0700
  • 8d58ecdc29 [RocksDB] Expose compaction stalls via db_statistics Abhishek Kona 2013-05-10 14:41:45 -0700
  • d98e56315d [RocksDB] Make Ticker Atomic Abhishek Kona 2013-05-10 13:19:39 -0700
  • 85cccc5092 Replacing rocksdb by leveldb in Makefile Mayank Agarwal 2013-05-09 18:11:37 -0700
  • c605e12479 Adding Sanity checks in Get and Iterator->value for ttl Mayank Agarwal 2013-05-09 17:33:27 -0700
  • ff1a0801fc Correct path of db.h in utility_db.h Mayank Agarwal 2013-05-09 15:52:02 -0700
  • a8d3aa2c26 Assertion failure for L0-L1 compactions. Dhruba Borthakur 2013-05-08 10:19:24 -0700
  • 988c20b9f7 [RocksDB] Clear Archive WAL files Abhishek Kona 2013-05-06 11:41:01 -0700
  • 3c4efc4462 [RocksDB] fix build Haobo Xu 2013-05-06 10:35:41 -0700
  • 05e8854085 [Rocksdb] Support Merge operation in rocksdb Haobo Xu 2013-03-21 15:59:47 -0700
  • 37e97b1297 Fix invalid-read to freed memory in ttl-iterator Mayank Agarwal 2013-05-03 14:25:12 -0700
  • d786b25e2d Timestamp and TTL Wrapper for rocksdb Mayank Agarwal 2013-04-15 13:33:13 -0700
  • 41cb922b34 Allocate the LogReporter from heap. Summary: Abhishek Kona 2013-04-29 13:19:24 -0700
  • 49fbd5531b [RocksDB] Refactor table.cc to reduce code duplication and improve readability. Haobo Xu 2013-04-22 23:47:56 -0700
  • fb96ec1686 [RocksDB] Print all internally collected histograms in db_bench. Also print p95 Abhishek Kona 2013-04-25 13:36:47 -0700
  • ae558b5c42 make clean in valgrind_test.sh first Mayank Agarwal 2013-04-23 14:16:56 -0700
  • 06d3487b3f [RocksDB] Print stack trace to stderr instead of stdio. Haobo Xu 2013-04-22 10:14:54 -0700
  • 958b9c80e1 Avoid global static initialization in Env::Default() Kai Liu 2013-04-22 18:10:28 -0700
  • eb6d139666 [RocksDB] Move table.h to table/ Haobo Xu 2013-04-22 15:20:20 -0700
  • 344e832f55 [RocksDB] Fix ReadMissing in db_bench Abhishek Kona 2013-04-22 10:41:59 -0700
  • 3cb7bf8170 Initialize parameters in the constructor. Dhruba Borthakur 2013-04-22 10:41:41 -0700
  • b4243e5a3d [RocksDB] CompactionFilter cleanup Haobo Xu 2013-04-17 21:30:21 -0700
  • b1ff9ac9c5 Add --writes_per_second rate limit, print p99.99 in histogram Mark Callaghan 2013-04-17 10:56:39 -0700
  • e0b60923ee [RocksDB] fix build Haobo Xu 2013-04-16 14:20:05 -0700
  • 1255dcd446 [RocksDB] Add stacktrace signal handler Haobo Xu 2013-04-11 10:54:35 -0700
  • a29fc171a6 [RocksDB] posix_logger does not compile on non-linux platform Haobo Xu 2013-04-15 17:30:43 -0700
  • 7c6c3c0ff4 [Rockdsdb] Better Error messages. Closing db instead of deleting db Abhishek Kona 2013-04-15 15:27:15 -0700
  • 9b81d3c406 Simplified level_ptrs by using a std:vector Dhruba Borthakur 2013-04-15 13:25:53 -0700
  • 013e9ebbf1 [RocksDB] [Performance] Speed up FindObsoleteFiles Haobo Xu 2013-04-11 16:49:53 -0700
  • dae7379050 [RocksDB] Expose LDB functioanality as a library call - clients can build their own LDB binary with additional options Abhishek Kona 2013-04-11 20:21:49 -0700