Commit Graph

  • be016613c2 Expose in memory Env to the world Igor Canadi 2014-04-14 12:28:15 -0700
  • 327102efa5 Fix merge_test failure due to incorrect assert behavior in the release mode. Yueh-Hsuan Chiang 2014-04-14 12:06:30 -0700
  • 82b37a18bd thread local for tailing iterator Lei Jin 2014-04-14 10:48:01 -0700
  • 539dd207df using thread local SuperVersion for NewIterator Lei Jin 2014-04-14 09:34:59 -0700
  • d5e087b6df db_bench: add a mode to operate multiple DBs sdong 2014-04-11 12:15:09 -0700
  • 30aff72f77 Don't shadow in ColumnFamilyDescriptor Igor Canadi 2014-04-11 14:48:20 -0700
  • eba3fc644a make corruption_test:CompactionInputErrorParanoid deterministic Lei Jin 2014-04-11 12:48:38 -0700
  • 9433e359d1 Dont build version if compiling for IOS Igor Canadi 2014-04-11 10:54:47 -0700
  • de41357a18 Don't dump rocksdb version on IOS Igor Canadi 2014-04-11 10:19:58 -0700
  • 0af36d6aa6 SeekRandomWhileWriting Lei Jin 2014-04-11 09:47:20 -0700
  • e23e73e67c Use shorten index key for hash-index Kai Liu 2014-04-10 17:23:49 -0700
  • b3d7435b4e No shadow in public headers Igor Canadi 2014-04-10 17:18:55 -0700
  • 1405232b6d Temporarily disable a test case in db_test Kai Liu 2014-04-10 17:16:23 -0700
  • 6c0fc5d3ba Fix some InfoLogLevels Igor Canadi 2014-04-10 16:49:49 -0700
  • dfe2d2f3a2 [JNI] Add readwhilewriting to Java db_bench Yueh-Hsuan Chiang 2014-04-10 16:12:04 -0700
  • ddef6841b3 Renamed InfoLogLevel::DEBUG to InfoLogLevel::DEBUG_LEVEL Igor Canadi 2014-04-10 15:27:42 -0700
  • 75b59d5146 Enable hash index for block-based table Kai Liu 2014-04-10 14:19:43 -0700
  • 7a92537fc4 db_bench: add IteratorCreationWhileWriting mode and allow prefix_seek Lei Jin 2014-04-10 10:15:59 -0700
  • ca4fa2047e [Java] rename 'make jni' to 'make rocksdbjava' Yueh-Hsuan Chiang 2014-04-10 10:04:48 -0700
  • 4daea66343 Turn on -Wmissing-prototypes Igor Canadi 2014-04-09 21:17:14 -0700
  • df2a8b6a1a Polish IterKey and use it in DBImpl::ProcessKeyValueCompaction() sdong 2014-04-08 17:30:45 -0700
  • dc55903293 Improved CompressedCache Igor Canadi 2014-04-09 11:43:14 -0700
  • 4824014e3b speed up db_bench filluniquerandom mode Lei Jin 2014-04-09 11:25:21 -0700
  • 2014915d32 Fix ASAN issue Igor Canadi 2014-04-09 10:38:05 -0700
  • e9ed28f9c8 PlainTableBuilder::Add() to use local char array instead of reused std::string as tmp buffer sdong 2014-04-09 09:44:23 -0700
  • b947fdc89d Column family support for DB::OpenForReadOnly() Igor Canadi 2014-04-09 09:56:17 -0700
  • 0f5cbcd798 [JNI] Add an initial benchmark for java binding for rocksdb. Yueh-Hsuan Chiang 2014-04-09 00:48:20 -0700
  • c65448f95a Merge branch 'master' of github.com:facebook/rocksdb into HEAD Yueh-Hsuan Chiang 2014-04-08 22:21:39 -0700
  • 731e55c01c Fix GetProperty() test Igor Canadi 2014-04-08 14:57:00 -0700
  • 2e0d432157 Merge pull request #110 from ankgup87/jni Yueh-Hsuan Chiang 2014-04-08 14:15:55 -0700
  • 34455deb06 Fix Mac OS compile issues Igor Canadi 2014-04-08 14:01:09 -0700
  • 5b345b76cb Remove env_ from MergingIterator Igor Canadi 2014-04-08 13:40:42 -0700
  • 0c1126d4cf db_bench cleanup Lei Jin 2014-04-08 11:21:09 -0700
  • beeee9dccc Small speedup of CompactionFilterV2 Igor Canadi 2014-04-08 11:06:39 -0700
  • 92c1eb0291 macros for perf_context Lei Jin 2014-04-08 10:58:07 -0700
  • 5abae2c8ed [JNI] Fixed a column family related compile error. Yueh-Hsuan Chiang 2014-04-08 09:52:26 -0700
  • 8a509717b7 Fix formatting issues Ankit Gupta 2014-04-08 09:30:35 -0700
  • 14220442a7 Fix formatting Ankit Gupta 2014-04-08 09:27:24 -0700
  • 5e2db3b434 PlainTableIterator not to store copied key in std::string sdong 2014-04-07 16:56:26 -0700
  • 22d45de2ed Fix formatting errors Ankit Gupta 2014-04-07 18:32:09 -0700
  • a4d73ddee0 Initialize Options::bloom_locality Igor Canadi 2014-04-07 16:33:03 -0700
  • 664559fe2d Small final fixes before merge Igor Canadi 2014-04-07 15:38:53 -0700
  • d1e2bce42d CallFlushDuringCompaction Igor Canadi 2014-04-07 15:03:15 -0700
  • b42ceb9598 Simplify cleanup of dead (refcount == 0) column families Igor Canadi 2014-04-07 14:21:25 -0700
  • e48348d196 Make flush part of compaction process Igor Canadi 2014-04-07 13:46:51 -0700
  • 2a0917b28e Merge branch 'master' into columnfamilies Igor Canadi 2014-04-07 13:04:25 -0700
  • f6ed420e4d Fix default path in geodb_test Igor Canadi 2014-04-07 13:04:16 -0700
  • 751e4b1a35 Fix wal_dir sanitizing Igor Canadi 2014-04-07 11:36:03 -0700
  • 3d2fe844ab Merge branch 'master' into columnfamilies Igor Canadi 2014-04-07 11:29:48 -0700
  • 7efdd9ef4d Options::wal_dir shouldn't end in '/' Igor Canadi 2014-04-07 10:25:38 -0700
  • c990a7645a Add documentation for JNI options Ankit Gupta 2014-04-06 09:55:48 -0700
  • 63d74d2bfa Expose JNI layer for these options: block_size, max_write_buffer_number, write_buffer_size, disable_seek_compaction, max_background_compactions. Ankit Gupta 2014-04-06 09:33:31 -0700
  • f01a04ea2d Update HISTORY.md sdong 2014-04-04 17:00:25 -0700
  • acdc6a1a0d relax backupable db rate limit tests Igor Canadi 2014-04-04 16:27:47 -0700
  • bcd1f15b60 Remove -Wno-unused-const-variable Igor Canadi 2014-04-04 16:06:08 -0700
  • ea0198fe9a Create log::Writer out of DB Mutex sdong 2014-04-03 22:04:42 -0700
  • c90d446ee7 make hash_link_list Node's key space consecutively followed at the end Lei Jin 2014-04-04 15:37:28 -0700
  • 318eace49d Dynamically choose SSE 4.2 Igor Canadi 2014-04-04 14:03:19 -0700
  • 51023c3911 Make RocksDB compile for iOS Igor Canadi 2014-04-04 13:11:44 -0700
  • 32b2c1ae75 Merge branch 'jni' Yueh-Hsuan Chiang 2014-04-04 12:52:40 -0700
  • 99c756f0fe Flush Buffered Info Logs Before Doing Compaction (one line change) sdong 2014-04-04 10:28:58 -0700
  • ef7dc38919 Fix some other signed & unsigned comparisons sdong 2014-04-02 15:05:03 -0700
  • 3699fda6c7 Merge branch 'master' into jni Yueh-Hsuan Chiang 2014-04-03 17:14:10 -0700
  • 040657aec9 Fix MacOS errors Igor Canadi 2014-04-03 16:04:10 -0700
  • 2fa5d41ba3 [RocksDB] make SetPerfLevel affect only the current thread Haobo Xu 2014-04-02 22:59:48 -0700
  • f76e4027ca initialize candidate count Igor Canadi 2014-04-03 11:45:44 -0700
  • f5469b1a61 Merge branch 'master' of github.com:facebook/rocksdb into ignore Yueh-Hsuan Chiang 2014-04-03 10:55:23 -0700
  • 47ccf71b4f Include java related output files in .gitignore Yueh-Hsuan Chiang 2014-04-03 10:46:55 -0700
  • b9767d0e09 Move several more logging inside DB mutex to log buffer sdong 2014-04-02 21:49:51 -0700
  • c0b9fa8b3e Add script auto_sanity_test.sh to perform auto sanity test Yueh-Hsuan Chiang 2014-04-03 10:21:46 -0700
  • 078365bd61 Merge pull request #108 from tecbot/c-api-enhancements Igor Canadi 2014-04-03 10:10:54 -0700
  • 98422cba77 [C-API] implemented more options Thomas Adam 2014-04-03 10:47:07 +0200
  • 3a30b5b0be [C-API] added "rocksdb_options_set_plain_table_factory" to make it possible to use plain table factory Thomas Adam 2014-04-03 08:59:01 +0200
  • e3511841fa [JNI] Avoid a potential byte-array-copy btw c++ and java in RocksDB.get(byte[], byte[]). Yueh-Hsuan Chiang 2014-04-02 23:54:50 -0700
  • 92d2766001 [JNI] Improve the internal interface between java and c++ for basic db operations. Yueh-Hsuan Chiang 2014-04-02 22:23:04 -0700
  • 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles Haobo Xu 2014-03-23 21:49:14 -0700
  • d1d19f5db3 Fix valgrind error in c_test Igor Canadi 2014-04-02 17:24:30 -0700
  • 158845ba9a Move a info logging out of DB Mutex sdong 2014-04-02 16:34:19 -0700
  • c9622aab77 Merge pull request #107 from alberts/fastah Igor Canadi 2014-04-02 16:00:22 -0700
  • 56ca75e89e crc32: build a whole special Extend function for SSE 4.2. Albert Strasheim 2014-04-02 15:15:57 -0700
  • 4af1954fd6 Compaction Filter V1 to use old context struct to keep backward compatible sdong 2014-04-02 14:48:53 -0700
  • da0887a3dc [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. Yueh-Hsuan Chiang 2014-04-02 13:14:55 -0700
  • 284c365b77 Fix valgrind error caused by FileMetaData as two level iterator's index block handle sdong 2014-04-01 18:36:18 -0700
  • 8555ce2dec Merge branch 'master' into columnfamilies Igor Canadi 2014-04-02 10:48:05 -0700
  • 8c4a3bfa5b Add a java api for rocksdb::Options, currently only supports create_if_missing. Yueh-Hsuan Chiang 2014-04-01 16:59:05 -0700
  • e0a87c4cf1 DBIter to use static allocated char array for saved_key_ (if it is not too long) sdong 2014-04-01 14:45:30 -0700
  • 807b2c2e02 reduce thread count in ThreadLocalTest.ConcurrentReadWriteTest Lei Jin 2014-04-01 16:26:07 -0700
  • d50619a559 PlainTableIterator::Seek() shouldn't check bloom filter in total order mode sdong 2014-04-01 15:00:48 -0700
  • 442e1bc76c Merge pull request #105 from tecbot/c-api-prefix Igor Canadi 2014-04-01 11:41:21 -0700
  • fa84eb1f7b Fixed a compile error which tries to check whether a size_t < 0 in env_posix.cc Yueh-Hsuan Chiang 2014-04-01 11:09:06 -0700
  • 38dc5ef45f [C-API] added the possiblity to create a HashSkipList or HashLinkedList to support prefix seeks Thomas Adam 2014-03-31 08:28:06 +0200
  • a73383e8ac Minor fix in rocksdb jni library, RocksDB now does not implement Closeable. Yueh-Hsuan Chiang 2014-03-31 21:46:10 -0700
  • 8e81caf01a Fix Autoroll logger Igor Canadi 2014-03-31 17:18:06 -0700
  • 05080dae3f fix db_sanity_test Igor Canadi 2014-03-31 17:06:53 -0700
  • 726c8084cd Retry FS system calls on EINTR Igor Canadi 2014-03-31 14:45:26 -0700
  • ddbd1ece88 Merge branch 'master' into columnfamilies Igor Canadi 2014-03-31 12:44:54 -0700
  • 577556d5f9 Don't store version number in MANIFEST Igor Canadi 2014-03-31 11:33:09 -0700
  • 5ec38c3d3e Minor fix in rocksdb jni library. Yueh-Hsuan Chiang 2014-03-29 22:00:52 -0700
  • 8a139a054c More valgrind issues! Igor Canadi 2014-03-29 10:34:47 -0700
  • 550cca7192 dynamicbloom fix: don't offset address when it is already aligned Lei Jin 2014-03-28 17:30:20 -0700