Commit Graph

  • f0a8be253e JSON (Document) API sketch Igor Canadi 2014-07-10 09:31:42 -0700
  • 222cf2555a change the init parameter for FileDescriptor Feng Zhu 2014-07-09 23:40:03 -0700
  • 8a7d1fe616 disable rate limiter test Lei Jin 2014-07-09 22:46:15 -0700
  • f697cad15c create compressed_levels_ in Version, allocate its space using arena. Make Version::Get, Version::FindFile faster Feng Zhu 2014-07-09 22:14:39 -0700
  • cae316d758 Merge pull request #195 from ankgup87/master Yueh-Hsuan Chiang 2014-07-09 13:54:11 -0700
  • 70828557ef Some fixes on size compensation logic for deletion entry in compaction Yueh-Hsuan Chiang 2014-07-09 12:46:08 -0700
  • 0a4d930264 Caching methodId and fieldId is fine: v2 Ankit Gupta 2014-07-09 09:09:08 -0700
  • b6caaea9d3 Caching methodId and fieldId is fine Ankit Gupta 2014-07-09 09:06:40 -0700
  • 21e522673f Revert wrong commit Ankit Gupta 2014-07-09 09:06:20 -0700
  • 05bd545000 Caching methodId and fieldId is fine Ankit Gupta 2014-07-09 09:02:05 -0700
  • ef1aad97f9 fix one more internal_stats issue Lei Jin 2014-07-08 15:29:13 -0700
  • 73d7147096 make rate limiter test more reliable Lei Jin 2014-07-08 15:15:00 -0700
  • 8a9cc7885c report correct interval amplification Lei Jin 2014-07-08 12:48:10 -0700
  • 534357ca3a integrate rate limiter into rocksdb Lei Jin 2014-07-08 12:31:49 -0700
  • 5ef1ba7ff5 generic rate limiter Lei Jin 2014-07-08 11:41:57 -0700
  • b278ae8e50 Apply fractional cascading in ForwardIterator::Seek() Lei Jin 2014-07-08 11:40:42 -0700
  • 1b95bf734d Merge pull request #197 from rdallman/update-options Igor Canadi 2014-07-08 11:40:11 -0700
  • fd3fb4b0bf C API: update options w/ convenience funcs & fifo compaction Reed Allman 2014-07-07 21:12:25 -0700
  • db1a10e9b8 Merge pull request #198 from rdallman/cf-compact-range Igor Canadi 2014-07-08 08:51:41 -0700
  • 5491c486eb Merge pull request #199 from jrobeson/patch-1 Igor Canadi 2014-07-08 08:49:49 -0700
  • 058421dea8 facebook accounts are not required for CLA signers Johnny Robeson 2014-07-08 05:57:54 -0400
  • e9b18b6b89 C API: bugfix column_family_comact_range Reed Allman 2014-07-07 21:48:49 -0700
  • 4216ca36ae Class IDs and method IDs should not be cached Ankit Gupta 2014-07-07 21:45:02 -0700
  • 637744ce15 Package .so file with JNI jar Ankit Gupta 2014-07-07 20:50:21 -0700
  • 01159aa802 stackable_db: add default function for GetLiveFilesMetaData() sdong 2014-07-07 15:50:09 -0700
  • 4adf64e068 Fix compile issue Igor Canadi 2014-07-07 14:54:11 -0700
  • 862227769a Merge pull request #194 from ankgup87/master Igor Canadi 2014-07-07 14:48:48 -0700
  • 8a03935f8c Fix valgrind error in c_test Igor Canadi 2014-07-07 14:41:54 -0700
  • 8f6e9ab209 Merge pull request #191 from edsrzf/c-api-compaction-filter-factory Igor Canadi 2014-07-07 13:42:46 -0700
  • 13a130cc00 C API: Add test for compaction filter factories Evan Shaw 2014-07-05 10:59:47 +1200
  • 3f7104d7c5 C API: Allow setting compaction filter factory Evan Shaw 2014-07-04 16:04:55 +1200
  • 91bede79cc C API: Add support for compaction filter factories (v1) Evan Shaw 2014-07-04 11:52:22 +1200
  • 0bf5589c74 Fix compaction_filter.h typos Evan Shaw 2014-07-04 10:46:55 +1200
  • 97bfcd6a16 Update doc of options.cc Ankit Gupta 2014-07-07 12:26:06 -0700
  • c9cfb88256 Remove doc from options class Ankit Gupta 2014-07-07 12:21:15 -0700
  • 4efca96bb3 Change enum type from int to byte Ankit Gupta 2014-07-07 12:18:55 -0700
  • f0660d5253 Adding NUMA support to db_bench tests Radheshyam Balasundaram 2014-07-07 10:53:31 -0700
  • e8c592c625 Add newline Ankit Gupta 2014-07-07 10:25:27 -0700
  • 0bc5fa9f40 Merge pull request #190 from edsrzf/c-api-writebatch-serialized Igor Canadi 2014-07-07 10:17:43 -0700
  • 47f0cf6d38 Add docs Ankit Gupta 2014-07-07 10:06:28 -0700
  • da12f9ec4e Remove .so package with JNI Ankit Gupta 2014-07-07 10:01:28 -0700
  • 54d7a2c0c5 Add compression type to options Ankit Gupta 2014-07-07 09:58:54 -0700
  • efbb4bd387 Merge pull request #193 from rdallman/columnfamilies Igor Canadi 2014-07-07 09:47:30 -0700
  • bc708e0012 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-07-07 09:14:32 -0700
  • 1a34aaaef0 C API: column family support Reed Allman 2014-07-07 01:18:52 -0700
  • 9fc23d0c56 C API: support constructing write batch from serialized representation Evan Shaw 2014-07-06 10:35:13 +1200
  • 7b85c1e900 Improve SimpleWriteTimeoutTest to avoid false alarm. Yueh-Hsuan Chiang 2014-07-04 00:02:12 -0700
  • 8d9a46fcd1 initialize decoded_internal_key_valid Lei Jin 2014-07-03 23:13:08 -0700
  • d33657a4a5 Fixed a warning in release mode. Yueh-Hsuan Chiang 2014-07-03 17:19:17 -0700
  • 90a6aca48e Finer report I/O stats about Flush and Compaction. Yueh-Hsuan Chiang 2014-07-03 16:28:03 -0700
  • a1df6c1fc8 Update HISTORY.md to include TimeOut write API and compaction update. Yueh-Hsuan Chiang 2014-07-03 15:56:03 -0700
  • d4d338de33 Add timeout_hint_us to WriteOptions and introduce Status::TimeOut. Yueh-Hsuan Chiang 2014-07-03 15:47:02 -0700
  • 6b835c6009 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-07-03 14:13:46 -0700
  • 70aa243fa1 Package .so file with .jar Ankit Gupta 2014-07-03 14:13:05 -0700
  • 4203431e71 Fix mac os compile error Igor Canadi 2014-07-03 23:03:24 +0200
  • 6580685260 Add TimedWait() API to CondVar. Yueh-Hsuan Chiang 2014-07-03 10:22:08 -0700
  • 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) sdong 2014-07-02 09:54:20 -0700
  • f146cab261 Centralize compression decision to compaction picker Igor Canadi 2014-07-02 20:40:57 +0200
  • d3f63f03ad Fix 32-bit errors Igor Canadi 2014-07-02 11:40:16 +0200
  • 1d05006740 Re-commit the correct part (WalDir) of the revision: sdong 2014-07-01 18:54:50 -0700
  • 30b20604db Revert "Two small fixes in db_test" sdong 2014-07-01 17:41:38 -0700
  • 9c332aa11a HashLinkList memtable switches a bucket to a skip list to reduce performance outliers sdong 2014-07-01 11:05:05 -0700
  • 6634844dba Two small fixes in db_test sdong 2014-07-01 16:27:00 -0700
  • c4018e771c In tools/db_stress.cc, set proper value in NewHashSkipListRepFactory's bucket_size Feng Zhu 2014-07-01 11:02:42 -0700
  • f5d4df1c02 Fix compile error Igor Canadi 2014-07-01 10:55:03 +0200
  • a2e0d890ed No need for files_by_size_ in universal compaction Igor Canadi 2014-07-01 08:55:04 +0200
  • 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ Feng Zhu 2014-06-30 15:54:31 -0700
  • f799c8be5f [Java] Correct the library loading for zlib in RocksJava. Yueh-Hsuan Chiang 2014-06-29 12:35:47 -0700
  • 918a355e00 Merge pull request #183 from ankgup87/master Yueh-Hsuan Chiang 2014-06-29 10:29:26 -0700
  • b2625a4cc1 Add java docs for StatsCollector constructor and StatsCollectorCallback thread safety Ankit Gupta 2014-06-29 07:52:27 -0700
  • abf9920386 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-06-28 11:22:33 -0700
  • dd337bc0b2 In logging format, use PRIu64 instead of casting sdong 2014-06-27 16:01:59 -0700
  • a3594867ba Cache some conditions for DBImpl::MakeRoomForWrite Stanislau Hlebik 2014-06-26 16:45:27 -0700
  • 81c5d98900 Fixed a comparison between signed and unsigned integers in options.cc Yueh-Hsuan Chiang 2014-06-25 15:31:30 -0600
  • 19de6a7aad Remove MemTableRep::GetIterator(const Slice& slice) sdong 2014-06-24 17:52:30 -0700
  • 55531fd089 Fixed heap-buffer-overflow issue when Options.num_levels > 7. Yueh-Hsuan Chiang 2014-06-25 14:11:12 -0600
  • 8898a0a0d1 Reorder the member variables of FileMetaData to improve cache locality. Yueh-Hsuan Chiang 2014-06-24 19:22:11 -0600
  • e813f5b6d9 Allow compaction to reclaim storage more effectively. Yueh-Hsuan Chiang 2014-06-24 16:37:06 -0600
  • faa8d21922 Improve an assertion in RandomGenerator::Generate() in db_bench. Yueh-Hsuan Chiang 2014-06-24 15:29:28 -0600
  • 85f9bb4ef4 [Java] Enable compression_ratio option in DbBenchmark.java Yueh-Hsuan Chiang 2014-06-24 15:12:36 -0600
  • e7c9412a93 Merge pull request #181 from nanwu/master Yueh-Hsuan Chiang 2014-06-23 23:55:24 -0600
  • fb54eef744 escaped the special characters and added a dot nawu 2014-06-24 00:14:02 -0500
  • c9ad282e4a added a dot nawu 2014-06-24 00:05:03 -0500
  • 82c31792d0 Revert the default setting of InitFromCmdLineArgs(). Yueh-Hsuan Chiang 2014-06-23 18:51:00 -0600
  • bf4b1528d8 Fix compile error in reduce_levels_test. Yueh-Hsuan Chiang 2014-06-23 17:48:20 -0600
  • e5e6f55bd1 Fix compile error caused in LDB tool Yueh-Hsuan Chiang 2014-06-23 17:18:13 -0600
  • 96663410b0 Fix a rapidjson compile error in mac. Yueh-Hsuan Chiang 2014-06-23 17:09:24 -0600
  • 854abaf777 Update README.md Barnaby 2014-06-23 15:58:54 -0700
  • dfb31d152d [RocksDB] allow LDB tool to have customized key formatter Haobo Xu 2014-06-19 23:54:13 -0700
  • 3b0dc76699 db_bench: measure the real latency of write/delete Lei Jin 2014-06-23 13:23:02 -0700
  • 3aae401726 [RocksDB] history change for 3.2 Haobo Xu 2014-06-23 11:20:40 -0700
  • a1ddfc610b Fix some entries in HISTORY.md sdong 2014-06-23 11:12:54 -0700
  • a1b5650a75 db_bench: sanity check on compression ratio Lei Jin 2014-06-23 10:46:16 -0700
  • 4938032549 Fix line width Ankit Gupta 2014-06-22 13:31:10 -0700
  • 718029fc38 Arc lint fixes Ankit Gupta 2014-06-22 13:30:26 -0700
  • e0ebea6cc2 Add doc and end of line Ankit Gupta 2014-06-22 13:27:22 -0700
  • 143ee5a1c1 Add stats collector Ankit Gupta 2014-06-22 13:23:10 -0700
  • 403636842a [Java] Add HISTORY-JAVA.md and include both C++ and Java history files in .jar. Yueh-Hsuan Chiang 2014-06-20 23:18:25 -0700
  • 21e18ffa73 [Java] Improve the Java Doc of RocksObject Yueh-Hsuan Chiang 2014-06-20 23:16:54 -0700
  • 583feae8dd fix valgrind test Igor Canadi 2014-06-20 15:22:11 +0200