Commit Graph

  • 1ef31b6ca1 Merge pull request #143 from mlin/travis-ci Igor Canadi 2014-05-14 10:44:22 -0700
  • 29eef1f87d Add javadoc for BackupableDBOptions constructor params Ankit Gupta 2014-05-13 22:40:01 -0700
  • b830bb937f Add newline at end of file Ankit Gupta 2014-05-13 22:34:29 -0700
  • c92425e0ba Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-05-13 22:23:04 -0700
  • cf0b773a29 Add more options to backupable DB Ankit Gupta 2014-05-13 22:22:21 -0700
  • 036e323f7a Add RestoreBackupableDB and RestoreOptions Ankit Gupta 2014-05-13 22:20:58 -0700
  • 9a0e3ab7ec Merge branch 'master' of github.com:facebook/rocksdb into show-reads Yueh-Hsuan Chiang 2014-05-13 16:45:54 -0700
  • e883407ead [Java] Refined the output of Java DbBenchmark. Yueh-Hsuan Chiang 2014-05-13 16:44:53 -0700
  • 8c2c4602ee FixedPrefixTransform to include prefix length in its name sdong 2014-05-13 14:42:31 -0700
  • e30dec938d [Java] Fixed a bug in Java DB Benchmark where random reads does not consider full key range. Yueh-Hsuan Chiang 2014-05-13 13:19:50 -0700
  • 93f2643656 [Java] Make read benchmarks print out found / not-found information. Yueh-Hsuan Chiang 2014-05-13 13:08:45 -0700
  • 26f5dd9a5a TablePropertiesCollectorFactory Igor Canadi 2014-05-13 12:30:55 -0700
  • 2082a7d745 [Java] Temporary set the number of BG threads based on the number of BG compactions. Yueh-Hsuan Chiang 2014-05-13 12:28:47 -0700
  • 1c7799d8aa Fixed a file-not-found issue when a log file is moved to archive. Yueh-Hsuan Chiang 2014-05-12 17:50:21 -0700
  • d14581f936 [Java] Rename org.rocksdb.Iterator to org.rocksdb.RocksIterator. Yueh-Hsuan Chiang 2014-05-12 11:02:25 -0700
  • 3f8da15bf9 Merge pull request #142 from mlin/build-in-paths-containing-spaces Igor Canadi 2014-05-12 10:48:23 -0700
  • d08073aafc Merge pull request #141 from dallasmarlow/master Igor Canadi 2014-05-11 15:44:32 -0700
  • 557fbc9b3b arena spacing Dallas Marlow 2014-05-11 10:22:28 -0400
  • 27c05ea2ee Add a minimal .travis.yml for Travis CI. Some ugly hacks needed to get RocksDB building in Travis' OpenVZ Ubuntu 12.04 environment. Mike Lin 2014-05-10 21:18:23 -0700
  • 76596b5318 Fix building RocksDB in paths containing spaces -- quote path names in Makefile and build_detect_platform. Mike Lin 2014-05-10 21:01:25 -0700
  • 3edc056f6d comment Igor Canadi 2014-05-10 11:25:56 -0700
  • 038a477b53 Make it easier to start using RocksDB Igor Canadi 2014-05-10 10:49:33 -0700
  • 030db3d17e testing Dallas Marlow 2014-05-09 18:58:39 -0400
  • acd17fd002 Remove unused variable in DBIter sdong 2014-05-09 10:13:04 -0700
  • deb89401fd have proprocessor choose correct mmap args Tyler Neely 2014-05-09 14:49:25 -0400
  • fec4269966 Fix more gflag namespace issues Igor Canadi 2014-05-09 08:34:18 -0700
  • a1068c91a1 Make RocksDB work with newer gflags Igor Canadi 2014-05-08 17:25:13 -0700
  • ddd41146c4 MergingIterator uses autovector instead of vector sdong 2014-05-08 13:32:45 -0700
  • af7453a673 autovector::resize Igor Canadi 2014-05-08 13:50:49 -0700
  • 8e37a29bfb Compaction with zero outputs Igor Canadi 2014-05-08 13:48:39 -0700
  • 1c6a027d23 HashLinkedList::Iterator: remove an ununsed class variable sdong 2014-05-07 21:56:40 -0700
  • f41cde3105 remove anon mmap allocation flag `MAP_HUGETLB` dallas marlow 2014-05-08 11:45:44 -0400
  • b5616dafd1 Fix iOS compile Igor Canadi 2014-05-07 17:45:27 -0700
  • 768d424dd9 [fix] SIGSEGV when VersionEdit in MANIFEST is corrupted Igor Canadi 2014-05-07 16:52:12 -0700
  • 313b2e5da1 Better INSTALL.md and Makefile rules Igor Canadi 2014-05-07 16:51:30 -0700
  • 9efbd85ac9 fsync directory after creating current file in NewDB() sdong 2014-05-06 14:51:33 -0700
  • 3a171dcb51 Pass logger to memtable rep and TLB page allocation error logged to info logs sdong 2014-05-04 15:52:23 -0700
  • 044af85847 Update HISTORY.md -- release RocksDB 3.0 Igor Canadi 2014-05-05 14:44:57 -0700
  • 7984b9bbb0 BackupableDBTest thread-safe Igor Canadi 2014-05-05 14:30:24 -0700
  • 15c3991933 Add comment about ValueType Igor Canadi 2014-05-05 12:57:47 -0700
  • 9e7d00d9e7 Make rocksdb work with all versions of lz4 Igor Canadi 2014-05-05 11:35:40 -0700
  • d2569fea47 log_and_apply_bench on a new benchmark framework Igor Canadi 2014-05-05 11:11:48 -0700
  • 9b17558311 PlainTableFactory::PlainTableFactory() to have huge TLB turned off by default sdong 2014-05-05 09:32:56 -0700
  • 6785a52b1b Temporary remove perror() calls before we can log from inside of arena Igor Canadi 2014-05-05 07:13:48 -0700
  • 4a7c747064 Revert "Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB"" And make the default 0 for hash linked list memtable sdong 2014-05-04 13:55:53 -0700
  • d56959a5fc [Java] Use environmental variable JAVA_HOME in Makefile for RocksJava. Yueh-Hsuan Chiang 2014-05-04 13:15:33 -0700
  • db1854d78c Declare all DB methods virtual so that StackableDB can override them Igor Canadi 2014-05-04 11:39:49 -0700
  • d69dc64be7 Revert "Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB" Igor Canadi 2014-05-04 08:37:09 -0700
  • 41e5cf2392 Add share_files_with_cheksum option to BackupEngine Benjamin Renard 2014-05-02 17:08:55 -0700
  • 77edbfd642 link with lz4 Igor Canadi 2014-05-02 13:55:33 -0700
  • 4ecfbcf865 ApplyToAllCacheEntries Igor Canadi 2014-05-02 16:24:04 -0400
  • 31d38a6732 Add TARGETS to gitignore Igor Canadi 2014-05-02 11:18:55 -0700
  • 3b5fa6bd9b Improve ttl_test Igor Canadi 2014-05-02 07:13:51 -0700
  • 82042f451c Include version in options Igor Canadi 2014-05-01 19:28:23 -0400
  • d28ed6931f fix release build Igor Canadi 2014-05-01 12:41:49 -0700
  • d29e48bb2e fix compile warning Igor Canadi 2014-05-01 14:12:35 -0400
  • 0afc8bc29a xxHash Igor Canadi 2014-05-01 14:09:32 -0400
  • 61955a0dda [Java] Add RocksObject, the base class of all java objects with a c++ pointer. Yueh-Hsuan Chiang 2014-05-01 01:44:46 -0700
  • 096f5be0ed Put column family information in LiveFileMetaData Igor Canadi 2014-04-30 16:24:52 -0400
  • a3ab998ef9 [Java] Add static method RocksDB.loadLibrary() Yueh-Hsuan Chiang 2014-04-30 11:54:02 -0700
  • 16f1aa7b2d Fix signed/unsigned compare Igor Canadi 2014-04-30 14:38:01 -0400
  • df70047669 Flush stale column families Igor Canadi 2014-04-30 14:33:40 -0400
  • 7dafa3a1d7 Allow allocating dynamic bloom, plain table indexes and hash linked list from huge page TLB sdong 2014-04-25 15:45:37 -0700
  • 66f88c43a5 Some fixes as preparation for release Igor Canadi 2014-04-30 08:38:09 -0700
  • d6d67c0efe More s/us fixes Igor Canadi 2014-04-29 13:25:23 -0700
  • 2e11e47c7c Merge pull request #131 from ankgup87/master Yueh-Hsuan Chiang 2014-04-29 22:05:55 -0700
  • 046a85af96 Merge pull request #132 from kjk/master Igor Canadi 2014-04-29 21:26:12 -0400
  • 9d9d2965cb Add a new mem-table representation based on cuckoo hash. Yueh-Hsuan Chiang 2014-04-29 17:13:46 -0700
  • 2b7cf03e0d Update Makefile Krzysztof Kowalczyk 2014-04-29 14:29:45 -0700
  • f1c9aa6ebe More unsigned/signed compare fixes Igor Canadi 2014-04-29 12:47:48 -0700
  • 38693d99c4 Fix more signed/unsigned comparsions Igor Canadi 2014-04-29 12:33:57 -0700
  • d0b006ab13 Fix unsigned and signed integer compare Igor Canadi 2014-04-29 12:29:22 -0700
  • 76c3dbf5b5 Make ttl_test a bit more robust Igor Canadi 2014-04-29 12:19:54 -0700
  • dd9eb7a7d5 Cache result of ReadFirstRecord() Igor Canadi 2014-04-29 13:27:58 -0400
  • de825e7307 Create new branch instead of tag in make_new_version Igor Canadi 2014-04-29 12:17:34 -0400
  • e525bb16ea Make kMajorVersion and kMinorVersion take version from version macros Igor Canadi 2014-04-29 11:59:36 -0400
  • 6cb0cb300c Add version.h Igor Canadi 2014-04-29 11:32:56 -0400
  • d5cb6e7bb5 Assert on key size in multiget Ankit Gupta 2014-04-29 08:02:52 -0700
  • 65fba4b984 Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-29 07:53:29 -0700
  • 91ef2eae23 Use new DBWithTTL API in tests Igor Canadi 2014-04-28 23:44:33 -0400
  • f868dcbbed Support for adding TTL-ed column family Igor Canadi 2014-04-28 20:34:20 -0700
  • 72ff275e3c Fix TransactionLogIterator EOF caching Igor Canadi 2014-04-28 23:30:27 -0400
  • 9895465c6a [Java] Fixed compile error due to the removal of ReadOptions.prefix_seek, minor improvement on DbBenchmark.java. Yueh-Hsuan Chiang 2014-04-27 21:46:30 -0700
  • 7ca06a3974 Merge pull request #130 from donovanhide/master Igor Canadi 2014-04-27 20:17:15 -0400
  • 0e4e4dbd3c Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-27 13:05:39 -0700
  • 4f9fae9bb7 Add rocksdb_open_for_read_only to C API Donovan Hide 2014-04-27 20:57:10 +0100
  • fe331c8886 fix valgrind Igor Canadi 2014-04-26 14:21:39 -0700
  • c489499a2b Fix OSX compile Igor Canadi 2014-04-26 17:15:43 -0400
  • 13b5632fdd Merge branch 'master' of https://github.com/facebook/rocksdb Ankit Gupta 2014-04-25 22:41:04 -0700
  • a515d23651 Revert makefile Ankit Gupta 2014-04-25 22:40:16 -0700
  • 9e0ab427b8 Fix bug + formatting Ankit Gupta 2014-04-25 22:39:33 -0700
  • 3f8b4129ef Fix formatting Ankit Gupta 2014-04-25 20:59:16 -0700
  • e96e71becf Multi-get impl and formatting Ankit Gupta 2014-04-25 13:57:20 -0700
  • a618691a3b Read-only BackupEngine Igor Canadi 2014-04-25 15:49:29 -0400
  • ccaca59bee avoid calling FindFile twice in TwoLevelIterator for PlainTable Lei Jin 2014-04-25 12:23:07 -0700
  • d642c60bdc Check PrefixMayMatch on Seek() Lei Jin 2014-04-25 12:22:23 -0700
  • 3995e801ab kill ReadOptions.prefix and .prefix_seek Lei Jin 2014-04-25 12:21:34 -0700
  • 8ce5492623 Delete superversion and log outside of mutex Igor Canadi 2014-04-25 14:58:02 -0400
  • ad3cd39ccd Column family logging Igor Canadi 2014-04-25 09:51:16 -0400
  • 46b3076c91 Better stack trace in MAC Igor Canadi 2014-04-25 09:50:51 -0400