Commit Graph

3120 Commits (91ac3b2067804920b3444aab7d2535cdb825f50a)
 

Author SHA1 Message Date
Yueh-Hsuan Chiang bf287b76e0 Add structures for exposing thread events and operations. 10 years ago
sdong a801c1fb09 db_bench --num_hot_column_families to be default off 10 years ago
Manish Patil 2067058a60 Dump routine to BlockBasedTableReader (valgrind) 10 years ago
sdong ddc81440d5 db_bench to add an option as number of hot column families to add to 10 years ago
Yueh-Hsuan Chiang a944afd356 Fixed a compile error in db/db_impl.cc on ROCKSDB_LITE 10 years ago
Manish Patil 7ea7bdf04d Dump routine to BlockBasedTableReader 10 years ago
Igor Canadi ae508df90e Clean up compile for c_simple_example 10 years ago
Igor Canadi b623009619 Fix compile of compact_file_example 10 years ago
Igor Canadi ded26605f4 Merge pull request #444 from adamretter/java-api-fix 10 years ago
Adam Retter 98490bccf6 Fix the build on Mac OS X 10 years ago
Yueh-Hsuan Chiang 4d99729741 Merge pull request #443 from behanna/master 10 years ago
Lei Jin 5045c43944 add support for nested BlockBasedTableOptions in config string 10 years ago
Chris BeHanna d232cb156b Fix the build with -DNDEBUG. 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Igor Canadi 4fd26f287c Only execute flush from compaction if max_background_flushes = 0 10 years ago
Igor Canadi 0acc738810 Speed up FindObsoleteFiles() 10 years ago
Igor Canadi d8c4ce6b50 Merge pull request #442 from alabid/alabid/fix-example-typo 10 years ago
alabid 949bd71fd0 fix really trivial typo 10 years ago
Igor Canadi f8999fcf31 Fix a SIGSEGV in BackgroundFlush 10 years ago
Igor Canadi ade4034a9d MultiGet for DBWithTTL 10 years ago
Igor Canadi fdb6be4e24 Rewritten system for scheduling background work 10 years ago
Igor Canadi a3001b1d3d Remove -mtune=native because it's redundant 10 years ago
Yueh-Hsuan Chiang e27c84522f Merge pull request #437 from fyrz/RocksJava-SliceTests-Fixes 10 years ago
fyrz 1fed1282ad [RocksJava] Incorporated changes D30081 10 years ago
fyrz 5b9ceef01d [RocksJava] JavaDoc correction 10 years ago
fyrz 5fbba60b6a [RocksJava] Incorporated changes D30081 10 years ago
fyrz b0230d7e09 [RocksJava] Incorporate additions for D30081 10 years ago
fyrz b015ed0ca6 [RocksJava] Slice / DirectSlice improvements 10 years ago
Yueh-Hsuan Chiang 4d422db010 Merge pull request #430 from adamretter/increase-parallelism 10 years ago
Yueh-Hsuan Chiang 04c4e49691 Merge pull request #411 from fyrz/RocksJava-RangeCompaction 10 years ago
Igor Canadi 62d19b7b59 Merge pull request #427 from haneefmubarak/c-examples 10 years ago
Haneef Mubarak 28424d734b style fixes in c example 10 years ago
Venkatesh Radhakrishnan 7198ed5a2e Handle errors during pthread calls 10 years ago
Haneef Mubarak 91c58752fa error detection and memory leaks in c example 10 years ago
Yueh-Hsuan Chiang 25f70a5abb Avoid unnecessary unlock and lock mutex when notifying events. 10 years ago
Venkatesh Radhakrishnan 7661e5a76e Move the file copy out of the mutex. 10 years ago
Adam Retter 17e84f2151 Rudimentary test cases for setIncreaseParallelism 10 years ago
Adam Retter eda0dcdd97 Exposed IncreasedParallelism option to Java API as 10 years ago
fyrz efc94ceb27 [RocksJava] Incorporated changes for D29283 10 years ago
fyrz 69188ff449 [RocksJava] CompactRange support 10 years ago
fyrz 48adce77cc [RocksJava] CompactRange support 10 years ago
Venkatesh Radhakrishnan 153f4f0719 RocksDB: Allow Level-Style Compaction to Place Files in Different Paths 10 years ago
Igor Canadi 06eed650a0 Optimize default compile to compilation platform by default 10 years ago
Qiao Yang cef6f84393 Added 'dump_live_files' command to ldb tool. 10 years ago
sdong 7ab1526c0e Add an assert and avoid std::sort(autovector) to investigate an ASAN issue 10 years ago
Yueh-Hsuan Chiang 74b3fb6d97 Fix Mac compile errors on util/cache_test.cc 10 years ago
sdong d7a486668c Improve scalability of DB::GetSnapshot() 10 years ago
Alexey Maykov ee95cae9a4 Modifed the LRU cache eviction code so that it doesn't evict blocks which have exteranl references 10 years ago
sdong 0ab0242f37 VersionBuilder to use unordered set and map to store added and deleted files 10 years ago
Lei Jin e93f044d99 add range scan test to benchmark script 10 years ago