Commit Graph

4152 Commits (51fa7ecec509f3805ae9f141dca6b6932df26ba5)
 

Author SHA1 Message Date
Venkatesh Radhakrishnan cb164bfc48 Do not delete iterators for immutable memtables. 9 years ago
sdong 7a0dbdf3ac Add ZSTD (not final format) compression type 9 years ago
Igor Canadi e2db15efde Merge pull request #701 from PraveenSinghRao/usewinapi_notcruntime 10 years ago
Andres Noetzli e853191c17 Fix DBTest.ApproximateMemoryUsage 10 years ago
Siying Dong 7c916a5d38 Merge pull request #699 from OpenChannelSSD/to_fb_master 10 years ago
Javier González 0886f4f66a Helper functions to support direct IO 10 years ago
Praveen Rao 7e327980a3 Remove usage of C runtime API that has file handle limitation 10 years ago
Yueh-Hsuan Chiang 8ef0144e2f Add argument --show_table_properties to db_bench 10 years ago
Yueh-Hsuan Chiang 1fb2abae2d ColumnFamilyOptions serialization / deserialization. 10 years ago
Igor Canadi 5f4166c90e ReadaheadRandomAccessFile -- userspace readahead 10 years ago
Igor Canadi 16ebe3a2a9 Mmap reads should not return error if reading past file 10 years ago
sdong d286b5df90 DBIter to out extra keys with higher sequence numbers when changing direction from forward to backward 10 years ago
Andres Noetzli 3795449c9d Fix DBTest.GetProperty 10 years ago
Igor Canadi a7834a1292 Merge pull request #698 from yuslepukhin/address_noexcept_windows 10 years ago
Yueh-Hsuan Chiang 9ccf1bd3e2 Correct the comment for GetProperty() API. 10 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 10 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 10 years ago
Ari Ekmekji 2f8d71ec05 Moving sequence number compaction variables from SubCompactionState to CompactionJob 10 years ago
Venkatesh Radhakrishnan bab9934d9e Fix build failure caused by bad merge. 10 years ago
Venkatesh Radhakrishnan 4d28a7d8ab Add a whitebox test for deleted file iterators. 10 years ago
Venkatesh Radhakrishnan 249fb4f881 Fix use of deleted file iterators with incomplete iterators 10 years ago
Igor Canadi 53b88784df Add throttling to multi-threaded backups 10 years ago
Andres Notzli 09d982f9e0 Fix compact_files_example 10 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 10 years ago
agiardullo 86d6c3cdea Fix Windows build 10 years ago
agiardullo 20d1e547d1 Common base class for transactions 10 years ago
Andres Noetzli 2050832974 Fixing race condition in DBTest.DynamicMemtableOptions 10 years ago
Igor Canadi e46bcc08b9 Remove an extra 's' from cur-size-all-mem-tabless 10 years ago
Igor Canadi 4ab26c5ad1 Smarter purging during flush 10 years ago
Mark Callaghan 4c81ac0c59 Fix benchmark report script 10 years ago
Ari Ekmekji b6def58f73 Changed 'num_subcompactions' to the more accurate 'max_subcompactions' 10 years ago
sdong c852968465 db_iter_test: add more test cases for the data race bug 10 years ago
sdong 9130873a13 Add options.new_table_reader_for_compaction_inputs 10 years ago
sdong 07d2d34160 Add a counter about estimated pending compaction bytes 10 years ago
Mark Callaghan 41a0e2811d Improve defaults for benchmarks 10 years ago
Yueh-Hsuan Chiang a203b913c1 Fixed a rare deadlock in DBTest.ThreadStatusFlush 10 years ago
Siying Dong 962aa64292 Merge pull request #695 from yuslepukhin/address_windows_build 10 years ago
Dmitri Smirnov 5bf8907622 More indent adjustment. 10 years ago
Dmitri Smirnov e2a9f43d64 Adjust indent 10 years ago
Dmitri Smirnov 6e9a260b04 Merge branch 'address_windows_build' of https://github.com/yuslepukhin/rocksdb into address_windows_build 10 years ago
Dmitri Smirnov 1cac89c9b1 Address windows build issues 10 years ago
Dmitri Smirnov f25f06ddd2 Address windows build issues 10 years ago
Islam AbdelRahman 027ca5b2cd Total SST files size DB Property 10 years ago
Andres Noetzli b604d2562f Removing unused variables to fix build 10 years ago
Venkatesh Radhakrishnan 1b114eed4d Free file iterators for files which are above the iterate upper bound to Improve memory utilization 10 years ago
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 10 years ago
Yueh-Hsuan Chiang df79eafcb3 Introduce GetIntProperty("rocksdb.size-all-mem-tables") 10 years ago
sdong 888fbdc889 Remove the contstaint that iterator upper bound needs to be within a prefix 10 years ago
Ari Ekmekji 137c376675 Removing variables used only in assertions to prevent build error 10 years ago
Ari Ekmekji b47cc58516 Bounding Number of Subcompactions 10 years ago