Commit Graph

1326 Commits (1168cb810a3b59c1245c870bc4ebece6d3f6d3bd)

Author SHA1 Message Date
Aaron Gao e408e98c8c add Name() to Cache 8 years ago
Yueh-Hsuan Chiang 6056d6317d Improve comment and bug fix for GetOptionsFromMap functions in convenience.h 8 years ago
Willem Jan Withagen 821bcb0b39 util/arena.cc: FreeBSD: More portable use of mmap(MAP_ANON) (#1254) 8 years ago
omegaga 44f5cc57a5 Add time series database (resubmitted) 8 years ago
Dhruba Borthakur 34723b4c4a Cleanup unused variable pending_fsync_. 8 years ago
omegaga 2306167d30 Fix clang build failure and refactor unit test 8 years ago
Aaron Gao 343304e1d3 Use StopWatch to do statistic job in db_impl_add_file.cc 8 years ago
krad c116b47804 Persistent Read Cache (part 6) Block Cache Tier Implementation 8 years ago
Andrew Kryczka afad5bd1c5 Simplify thread-local static initialization 8 years ago
sdong e5b5f12b81 Change options memtable_prefix_bloom_huge_page_tlb_size => memtable_huge_page_size and cover huge page to memtable too 8 years ago
Islam AbdelRahman f8061a237e Fix Statistics TickersNameMap miss match with Tickers enum 8 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
krad d9cfaa2b16 Persistent Read Cache (6) Persistent cache tier implentation - File layout 8 years ago
John Alexander 9430333f84 New Statistics to track Compression/Decompression (#1197) 8 years ago
Yi Wu 4b95253587 Refactor cache.cc 8 years ago
Jay Edgar 15b7a4ab88 Fixed output size and removed unneeded loop 8 years ago
Jay Edgar efd013d6d8 Miscellaneous performance improvements 8 years ago
Yi Wu 296545a2c7 Fix clang analyzer errors 8 years ago
Wanning Jiang 0f691c4b5b CLI option & Rename() allow overwrite 8 years ago
Andrew Kryczka e1b3ee8a79 Cleanup auto-roll logger flush-while-rolling test 8 years ago
omegaga cd4178a015 Add a new feature to enforce a sync point only active on a thread 8 years ago
sdong 32df9733d1 Add options.write_buffer_manager: control total memtable size across DB instances 8 years ago
Wanning Jiang 95d96eeeb1 remove LockFile 8 years ago
Aaron Gao cb2476a0ca fix rate limiter to avoid starvation 8 years ago
Andrew Kryczka 6b7167651f Run env_basic_test on Env::Default 8 years ago
Andrew Kryczka 9eb0b53954 Move env_basic_test cleanup to TearDown 8 years ago
Wanning Jiang 95c192475d writable file close before reset 8 years ago
Willem Jan Withagen b726bf5961 FreeBSD does not have std::to_string (#1190) 8 years ago
Wanning Jiang 3fc713ed92 delete 2nd level children for default env 8 years ago
Wanning Jiang 0d7b261236 add tests to env_basic_test.cc 8 years ago
omegaga c4e19b77e8 Add a read option to enable background purge when cleaning up iterators 8 years ago
sdong 7b79238b65 Deprectate filter_deletes 8 years ago
sdong 4939fc3892 Bulk load mode shouldn't stop ingest 8 years ago
Yueh-Hsuan Chiang 3a2bccc845 Fixed a crash bug that incorrectly parse deprecated options in options_helper 8 years ago
Yi Wu bc8af90e8c add option to not flush memtable on open() 8 years ago
Nadav Rotem 7360db39e6 Add a check mode to verify compressed block can be decompressed back 8 years ago
sdong 6faddd7c55 Merge db/slice.cc into util/slice.cc 8 years ago
omegaga 2d05eaeb28 Fix name conflict in delete_shceduler_test and db_sst_test 8 years ago
sdong 20699df843 memtable_prefix_bloom_bits -> memtable_prefix_bloom_bits_ratio and deprecate memtable_prefix_bloom_probes 8 years ago
sdong b2973eaaeb Remove options builder 8 years ago
Frank Celler 1ba452226f Fix for GCC 5.4 (#1157) 8 years ago
Willem Jan Withagen 0d65acec0c threadpool.cc: abort() lives in stdlib.h on FreeBSD (#1155) 8 years ago
Willem Jan Withagen 19dd5a61cd env_chroot.cc: FreeBSD likes stdlib.h for realpaht() and friends (#1154) 8 years ago
Andrew Kryczka 5aca977be8 env_basic_test library for testing new Envs [pluggable Env part 3] 8 years ago
Andrew Kryczka 6e6622abb9 Create env_basic_test [pluggable Env part 2] 8 years ago
krad 27ad170712 Fix Windows build break 8 years ago
Vasile Paraschiv 71c7eed91c Assert boundary checks for SetPerfLevel() 8 years ago
sdong f62fbd2c85 Handle overflow case of rate limiter's paramters 8 years ago
Andrew Kryczka 57461fba8c In-memory environment read beyond EOF 8 years ago
sdong 157e0633e7 MutexLock -> ThreadPoolMutexLock in util/threadpool.cc 8 years ago