Commit Graph

  • a82c492a95 [Java] Fixed some errors in the sample and benchmark code. Yueh-Hsuan Chiang 2014-04-24 22:15:25 -0700
  • e537a840c2 [Java] Fixed a compile error caused in some Java version. Yueh-Hsuan Chiang 2014-04-24 16:17:00 -0700
  • 3e0b93b5da [Java] Fixed a compile error. Yueh-Hsuan Chiang 2014-04-24 15:37:27 -0700
  • 05979493d6 [Java] Enable filluniquerandom, readseq, BloomFilter, and 70+ command-line options to DbBenchmark.java Yueh-Hsuan Chiang 2014-04-24 13:43:57 -0700
  • 4cd9f58c04 Fix corruption test Igor Canadi 2014-04-24 14:56:37 -0400
  • 478990c81b Make CompactionInputErrorParanoid less flakey Igor Canadi 2014-04-24 11:13:28 -0700
  • fc3127e8de Install stack trace handlers in unit tests Igor Canadi 2014-04-24 13:52:20 -0400
  • a40970aa31 Run whitebox test before black box Igor Canadi 2014-04-24 12:28:11 -0400
  • 472a80a3ae Initialize verification_failed in db_stress Igor Canadi 2014-04-24 06:46:50 -0700
  • 2413a06c7b Improve stability of db_stress Igor Canadi 2014-04-24 09:22:58 -0400
  • d8fe006056 [Java] Add Java bindings and Java tests for 30+ rocksdb::Options. Yueh-Hsuan Chiang 2014-04-23 20:54:35 -0700
  • 4de5b84ee0 Fix a bug in IterKey sdong 2014-04-23 17:51:16 -0700
  • f9f8965e96 Print out stack trace in mac, too Igor Canadi 2014-04-23 09:11:35 -0400
  • a570740727 Expose number of entries in mem tables to users sdong 2014-04-22 17:17:33 -0700
  • 5f1daf7ae3 get rid of shared_ptr in memtable.cc Lei Jin 2014-04-22 21:14:25 -0700
  • 547bb6a626 simplify ThreadLocalPtr a little bit Lei Jin 2014-04-22 21:13:34 -0700
  • 86a0133d05 PlainTableReader to expose index size to users sdong 2014-04-22 18:31:55 -0700
  • 1068d2fa60 Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()" Igor Canadi 2014-04-22 18:38:10 -0700
  • ddafceb6c2 Better port::Mutex::AssertHeld() and AssertNotHeld() Igor Canadi 2014-04-22 17:26:21 -0700
  • 29123408b0 Merge pull request #125 from ankgup87/master Yueh-Hsuan Chiang 2014-04-22 13:46:42 -0700
  • 042221ba32 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-22 13:05:40 -0700
  • 3992aec8fa Support for column families in TTL DB Igor Canadi 2014-04-22 11:27:33 -0700
  • dd9f6f0a31 Fix formatting Ankit Gupta 2014-04-22 10:51:39 -0700
  • e557297acc New CLA form James Pearce 2014-04-22 09:12:19 -0700
  • 7a5106fbea Add doc Ankit Gupta 2014-04-22 09:01:57 -0700
  • 2214fd8a15 Refactor filter impl Ankit Gupta 2014-04-22 08:58:43 -0700
  • 89cb481aa1 Fix doc Ankit Gupta 2014-04-22 00:09:40 -0700
  • 677b0d6d3f Refactor filter impl Ankit Gupta 2014-04-22 00:04:56 -0700
  • 5e797cf0dd Change filter implementation Ankit Gupta 2014-04-21 23:56:19 -0700
  • cea2be20b6 Fix formatting Ankit Gupta 2014-04-21 20:27:09 -0700
  • dc4b27ac48 Add bloom filters Ankit Gupta 2014-04-21 20:25:30 -0700
  • af6ad113a8 Fix SIGFAULT when running sst_dump on v2.6 db Yueh-Hsuan Chiang 2014-04-21 17:49:47 -0700
  • c2da9e5997 Flush before Fsync()/Sync() Igor Canadi 2014-04-21 17:45:04 -0700
  • ba16c1f410 Move benchmark timing to Env::NowNanos() Igor Canadi 2014-04-21 17:43:48 -0700
  • e316af5f16 [Java] Add Java binding and Java test for ReadOptions. Yueh-Hsuan Chiang 2014-04-21 15:52:59 -0700
  • d0939cdcea Single-threaded asan_crash_test Igor Canadi 2014-04-21 15:42:04 -0700
  • ef8b8a8ef6 [Java] Add Java bindings for memtables and sst format. Yueh-Hsuan Chiang 2014-04-21 15:40:46 -0700
  • 8dc34364d2 Rename "benchmark" back to "bench". Igor Canadi 2014-04-21 13:01:50 -0700
  • 05c168658e Relax env_test::AllocateTest Igor Canadi 2014-04-21 12:55:41 -0700
  • ff1b5df4c6 Added benchmark functionality on the lines of folly/Benchmark.h Pratyush Seth 2014-04-21 12:29:55 -0700
  • c7076a7a05 Fix Allocate test Igor Canadi 2014-04-21 12:12:02 -0700
  • f813279da5 Remove TransactionLogIteratorRace when -DNDEBUG Igor Canadi 2014-04-21 11:08:30 -0700
  • 11e8525422 Merge pull request #124 from ankgup87/master Igor Canadi 2014-04-21 09:59:39 -0700
  • 0f2d768191 hints for narrowing down FindFile range and avoiding checking unrelevant L0 files Lei Jin 2014-04-21 09:10:12 -0700
  • bbdd550b66 Remove getIterator function from portal Ankit Gupta 2014-04-19 23:17:42 -0700
  • 1574e0c41a Add doc Ankit Gupta 2014-04-19 13:21:06 -0700
  • 06b590dd7c Add doc Ankit Gupta 2014-04-19 13:13:01 -0700
  • dc28a726c1 Add doc + refactor + fix formatting Ankit Gupta 2014-04-19 13:05:21 -0700
  • 1d6c1e018f Add more iterator JNI bindings Ankit Gupta 2014-04-19 12:55:28 -0700
  • eda398491a Add more iterator functions Ankit Gupta 2014-04-19 03:35:01 -0700
  • 5bbeefaa49 Adding iterator JNI binding Ankit Gupta 2014-04-19 03:26:22 -0700
  • 27d3bc184e Use a different approach to make sure BlockBasedTableReader can use hash index on older files sdong 2014-04-17 18:00:58 -0700
  • 35c968f3a5 Merge pull request #122 from ankgup87/master Igor Canadi 2014-04-18 13:53:52 -0700
  • 686fdea811 Fix formatting issues Ankit Gupta 2014-04-18 10:48:48 -0700
  • ebd85e8f3a Fix build Ankit Gupta 2014-04-18 10:47:03 -0700
  • dc291f5bf0 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-18 10:32:14 -0700
  • 1a8abe7276 Merge pull request #120 from jamesgpearce/master Igor Canadi 2014-04-18 09:45:48 -0700
  • a745089554 Added period James Pearce 2014-04-18 09:33:27 -0700
  • 9b2a0939cf [Java] Add Java bindings for 30 options for rocksdb::DBOptions. Yueh-Hsuan Chiang 2014-04-18 01:14:29 -0700
  • bb6fd15a6e [Java] Add a basic binding and test for BackupableDB and StackableDB. Yueh-Hsuan Chiang 2014-04-17 17:28:51 -0700
  • 651792251a Fix bugs introduced by D17961 sdong 2014-04-17 15:14:04 -0700
  • ce353c2474 Nuke tools/shell Igor Canadi 2014-04-17 14:43:42 -0700
  • 86ae8203e6 Fix ifdef NDEBUG Igor Canadi 2014-04-17 14:29:06 -0700
  • fa430bfd04 Minimize accessing multiple objects in Version::Get() sdong 2014-04-17 14:07:05 -0700
  • e37dd216f9 Index type doesn't have to be persisted Kai Liu 2014-04-11 13:55:26 -0700
  • 62551b1c4e Don't compile sync_point if NDEBUG Igor Canadi 2014-04-17 10:49:58 -0700
  • 5cef458a2c RocksDB 2.8 to be able to read files generated by 2.6 sdong 2014-04-16 19:30:33 -0700
  • 136e4efb84 Add doc Ankit Gupta 2014-04-16 22:02:46 -0700
  • d160595d97 Add doc Ankit Gupta 2014-04-16 22:00:44 -0700
  • d3b44f072f Fix white spaces Ankit Gupta 2014-04-16 21:55:15 -0700
  • 6b0cc410e5 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-16 21:39:44 -0700
  • 5108ed7a2f Add fixed classes Ankit Gupta 2014-04-16 21:39:29 -0700
  • 320ae72e17 Add histogramType for statistics Ankit Gupta 2014-04-16 21:38:33 -0700
  • 161d9e586b Don't overflow size_t in mac Igor Canadi 2014-04-16 15:15:22 -0700
  • 5c12f27791 Remove tautological assert Igor Canadi 2014-04-16 09:09:28 -0700
  • 144066a8ff Deleted statisticsType Ankit Gupta 2014-04-15 18:08:37 -0700
  • 495fc80292 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-15 17:38:20 -0700
  • b18d914389 Change statisticsType to tickerType Ankit Gupta 2014-04-15 17:37:50 -0700
  • faf7691358 Close DB at the end of DontRollEmptyLogs test Igor Canadi 2014-04-15 17:12:18 -0700
  • 1803ed2ccb Fix Mac OS compile Igor Canadi 2014-04-15 16:31:49 -0700
  • 7d838856cf Fix compile issues when doing make release Igor Canadi 2014-04-15 15:59:34 -0700
  • 0f40fe4bc7 When creating a new DB, fail it when wal_dir contains existing log files sdong 2014-04-15 09:06:13 -0700
  • c166615850 Fix compile issues introduced by RocksDBLite Igor Canadi 2014-04-15 13:51:07 -0700
  • 588bca2020 RocksDBLite Igor Canadi 2014-04-15 13:39:26 -0700
  • 23c8f89b57 Revert "Don't compile ldb tool into static library" Igor Canadi 2014-04-15 11:29:02 -0700
  • a347ffe92f Revert "Fix sst_dump and reduce_levels_test compile errors" Igor Canadi 2014-04-15 11:28:52 -0700
  • d8f00b4109 Fix sst_dump and reduce_levels_test compile errors Igor Canadi 2014-04-15 11:08:48 -0700
  • e296577ef6 Don't compile ldb tool into static library Igor Canadi 2014-04-15 10:52:39 -0700
  • dbe0f327ca Set log_empty to false even when options.sync is off [fix tests] Igor Canadi 2014-04-15 10:28:34 -0700
  • e6acb874cd Don't roll empty logs Igor Canadi 2014-04-15 09:57:25 -0700
  • 3723d08290 Add newline at end of file Ankit Gupta 2014-04-14 22:16:10 -0700
  • 98421774b6 remove unused header Ankit Gupta 2014-04-14 21:14:29 -0700
  • 8756a3210f Remove unused headers Ankit Gupta 2014-04-14 21:11:03 -0700
  • c199e0e2a4 Add statistics Ankit Gupta 2014-04-14 21:08:04 -0700
  • a044398260 Add statistics object Ankit Gupta 2014-04-14 21:06:13 -0700
  • c87ed0942c Fix db_bench's multireadrandom sdong 2014-04-14 15:42:20 -0700
  • 118f88d25d Fix compile error in tailing_iter.h Yueh-Hsuan Chiang 2014-04-14 14:05:15 -0700
  • 51f4b5090d [Java] Add SizeUnit in org.rocksdb.util to store const like KB, GB. Yueh-Hsuan Chiang 2014-04-14 14:03:43 -0700
  • 31e7e7fe84 [JAVA] Add java binding for Options.block_cache. Yueh-Hsuan Chiang 2014-04-14 13:42:36 -0700
  • 2885ad9b77 [JNI] Each set function of Options / WriteOptions now returns its option instance. Yueh-Hsuan Chiang 2014-04-14 12:48:50 -0700