Commit Graph

41 Commits (5bf9a7d5ee367b542626f9e58041886e25d1650b)

Author SHA1 Message Date
mrambacher 281ac9c89e Add CreateFrom methods to Env/FileSystem (#8174) 4 years ago
Levi Tamasi d83542ca83 Make it possible to apply only a subrange of table property collectors (#8298) 4 years ago
mrambacher 8948dc8524 Make ImmutableOptions struct that inherits from ImmutableCFOptions and ImmutableDBOptions (#8262) 5 years ago
Peter Dillinger d2ca04e3ed Add more LSM info to FilterBuildingContext (#8246) 5 years ago
Peter Dillinger 85becd94c1 Refactor: use TableBuilderOptions to reduce parameter lists (#8240) 5 years ago
Andrew Kryczka c20a7cd6c7 Apply `sample_for_compression` to all block-based tables (#8105) 5 years ago
sherriiiliu e017af15c1 Fix testcase failures on windows (#7992) 5 years ago
mrambacher 4a09d632c4 Remove Legacy and Custom FileWrapper classes from header files (#7851) 5 years ago
mrambacher 55e99688cc No elide constructors (#7798) 5 years ago
Jay Zhuang 8a8a01c642 Fix compile error for old gcc-4.8 (#7358) 5 years ago
Jay Zhuang 27aa443a15 Add sst_file_dumper status check (#7315) 5 years ago
Peter Dillinger edf74d1cb1 Add --version and --help to ldb and sst_dump (#6951) 5 years ago
Zitan Chen 119b26fac0 Implement a new subcommand "identify" for sst_dump (#6943) 5 years ago
mrambacher e85cbdb4e8 Fix two core dumps when files are missing (#6922) 5 years ago
mrambacher 0ac0098705 Make options length longer for sst_dump_test (#6846) 6 years ago
sdong 4a4b8a1344 sst_dump to reduce number of file reads (#6836) 6 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 6 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 6 years ago
Yanqin Jin 167cdc9f17 Support custom env in sst_dump (#5845) 6 years ago
sdong b931f84e56 Divide file_reader_writer.h and .cc (#5803) 6 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 6 years ago
Vijay Nadimpalli 50e470791d Organizing rocksdb/table directory by format 6 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 6 years ago
Shobhit Dayal b45b1cde3e Feature for sampling and reporting compressibility (#4842) 7 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 7 years ago
Andrew Kryczka 62f70f6d14 Reduce scope of compression dictionary to single SST (#4952) 7 years ago
Huachao Huang 74f7d7551e tools: use provided options instead of the default (#4839) 7 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 7 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 7 years ago
Yanqin Jin b271f956c2 Fix a TSAN failure (#4250) 7 years ago
Dmitri Smirnov ab22cf349e Implement Env::NumFileLinks (#4221) 7 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 8 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 8 years ago
Andrew Kryczka 8254e9b57c make sst_dump compression size command consistent 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 9 years ago
rockeet 4c3f4496b5 Add TableBuilderOptions::level and relevant changes (#1335) 9 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 10 years ago
Andrew Kryczka 2391ef7214 Embed column family name in SST file 10 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
SherlockNoMad ccc8c10c0c Move skip_table_builder_flush to BlockBasedTableOption 10 years ago
SherlockNoMad a6dd0831d5 Add Option to Skip Flushing in TableBuilder 10 years ago
Venkatesh Radhakrishnan 63e507c59c Move ldb and sst_dump from utils to tools. 10 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 10 years ago
Boyang Zhang 4be6d44167 Compression sizes option for sst_dump_tool 10 years ago
Islam AbdelRahman aa8ac6445b Skip unsupported tests in ROCKSDB_LITE 10 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 10 years ago
sdong 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge 11 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 11 years ago
krad d9f4875e52 Disable pre-fetching of index and filter blocks for sst_dump_tool. 11 years ago