summaryrefslogtreecommitdiff
path: root/db/db_table_properties_test.cc
AgeCommit message (Expand)Author
2024-03-04Run internal cpp modernizer on RocksDB repo (#12398)yuzhangyu@fb.com
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-02-06Add a separate range classes for internal usage (#12071)Yu Zhang
2024-01-05Automated modernization (#12210)Andrew Kryczka
2023-12-11Allow TablePropertiesCollectorFactory to return null collector (#12129)Peter Dillinger
2023-06-15Make option `level_compaction_dynamic_level_bytes` true by default (#11525)Changyu Bi
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-11-02Ran clang-format on db/ directory (#10910)Andrew Kryczka
2022-09-07Always verify SST unique IDs on SST file open (#10532)Peter Dillinger
2022-05-06Remove own ToString() (#9955)sdong
2022-04-06Account memory of big memory users in BlockBasedTable in global memory limit ...Hui Xiao
2021-11-19Fix backward compatibility with 2.5 through 2.7 (#9189)Peter Dillinger
2021-11-18Improve / clean up meta block code & integrity (#9163)Peter Dillinger
2021-10-18Experimental support for SST unique IDs (#8990)Peter Dillinger
2021-09-28Make WalFilter, SstPartitionerFactory, FileChecksumGenFactory, and TablePrope...mrambacher
2021-07-23Fix a minor issue with initializing the test path (#8555)Drewryz
2020-12-22Add more tests for assert status checked (#7524)mrambacher
2020-11-06DBTablePropertiesTest often times out in internal test infra (#7639)Cheng Chang
2020-11-04Compute NeedCompact() after table builder Finish() (#7627)Yanqin Jin
2020-10-19Add a host location property to TableProperties (#7479)anand76
2020-08-17Whole DBTest to skip fsync (#7274)sdong
2020-07-29Compaction Read/Write Stats by Compaction Type (#7165)Aaron Kabcenell
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-02Revert "Whole DBTest to skip fsync (#7049)" (#7070)Peter Dillinger
2020-07-01Whole DBTest to skip fsync (#7049)sdong
2020-06-17Store DB identity and DB session ID in SST files (#6983)Zitan Chen
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong
2020-06-01Update googletest from 1.8.1 to 1.10.0 (#6808)Adam Retter
2020-04-10Report kFilesMarkedForCompaction for delete triggered compactions (#6680)Akanksha Mahajan
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-09-09upgrade gtest 1.7.0 => 1.8.1 for json result writingWilfried Goesgens
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2019-05-20Improve DBTablePropertiesTest.GetPropertiesOfTablesInRange (#5302)Siying Dong
2018-09-20Allow dynamic modification of window size and deletion trigger (#4403)Anand Ananthabhotla
2017-09-28fix deletion-triggered compaction in table builderAndrew Kryczka
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-03-13Fix some bugs in MockEnvMaysam Yabandeh
2016-07-19DBTablePropertiesTest.GetPropertiesOfTablesInRange: Fix Flakysdong
2016-04-06Embed column family name in SST fileAndrew Kryczka
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-12-02Avoid empty ranges vector with subsequent zero element accessyuslepukhin
2015-10-22No need to #ifdef test only code on windowsDmitri Smirnov
2015-10-19Make index same type as auto deduced uint32_tDmitri Smirnov
2015-10-19uint is a not a datatype on windows.Dmitri Smirnov
2015-10-17Implementation for GetPropertiesOfTablesInRangeAlexey Maykov