Commit Graph

51 Commits (98d5db5c2ebed6ade6ff424215d7deae67f4593b)

Author SHA1 Message Date
anand76 727bad78b8 Format files under table/ by clang-format (#10852) 2 years ago
Jay Zhuang a3acf2ef87 Add seqno to time mapping (#10338) 2 years ago
sdong 736a7b5433 Remove own ToString() (#9955) 2 years ago
sdong 49628c9a83 Use std::numeric_limits<> (#9954) 2 years ago
Hui Xiao f337542948 Fix a bug of TEST_SetRandomTableProperties due to non-zero padding between fields in TableProperties struct (#9812) 2 years ago
Hui Xiao 49623f9c8e Account memory of big memory users in BlockBasedTable in global memory limit (#9748) 2 years ago
Peter Dillinger 230660be73 Improve / clean up meta block code & integrity (#9163) 3 years ago
Peter Dillinger ad5325a736 Experimental support for SST unique IDs (#8990) 3 years ago
Peter Dillinger 04db764831 Embed original file number in SST table properties (#8686) 3 years ago
Peter Dillinger 3469d60fcc Add table properties for number of entries added to filters (#8323) 3 years ago
Andrew Kryczka 1ba2b8a568 Add sample_for_compression results to table properties (#8139) 3 years ago
Peter Dillinger 4d1ac19e3d aggregated-table-properties with GetMapProperty (#7779) 4 years ago
anand76 00751e4292 Add a host location property to TableProperties (#7479) 4 years ago
Zitan Chen 94d04529de Store DB identity and DB session ID in SST files (#6983) 4 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Vijay Nadimpalli 50e470791d Organizing rocksdb/table directory by format 5 years ago
Sagar Vemuri d3d20dcdca Periodic Compactions (#5166) 5 years ago
Zhongyi Xie 26015f3b48 add compression options to table properties (#5081) 5 years ago
Abhishek Madan eaaf1a6f05 Promote rocksdb.{deleted.keys,merge.operands} to main table properties (#4594) 6 years ago
Maysam Yabandeh caf0f53a74 Index value delta encoding (#3983) 6 years ago
Nikhil Benesch 17339dc2f3 Add table property tracking number of range deletions (#4016) 6 years ago
Maysam Yabandeh 402b7aa07f Exclude seq from index keys 6 years ago
Zhongyi Xie c3ebc75843 Move prefix_extractor to MutableCFOptions 6 years ago
Dmitri Smirnov b010116d82 Eliminate some redundant block reads. 7 years ago
Yi Wu 66a2c44ef4 Add DB::Properties::kEstimateOldestKeyTime 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Sagar Vemuri 1cd45cd1b3 FIFO Compaction with TTL 7 years ago
Maysam Yabandeh 6f4154d693 record index partition properties 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Andrew Kryczka 815f54afad Insert range deletion meta-block into block cache 8 years ago
Aaron Gao c7004840d2 store prefix_extractor_name in table 8 years ago
Wanning Jiang 78837f5d61 TableBuilder / TableReader support for range deletion 8 years ago
Ashish Shenoy fa3536d202 Store SST file compression algorithm as a TableProperty 8 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 8 years ago
Islam AbdelRahman 5bd4022fec Add comparator, merge operator, property collectors to SST file properties (again) 8 years ago
Andrew Kryczka 0e3cc2cf1f Add column family info to TableProperties::ToString() 8 years ago
Andrew Kryczka 2391ef7214 Embed column family name in SST file 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Islam AbdelRahman 838676c17b Revert "Adding new table properties" 9 years ago
Islam AbdelRahman 8be568a9c2 Adding new table properties 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
sdong 776bd8d5eb Pass column family ID to table property collector 9 years ago
Yueh-Hsuan Chiang 6996de87af Expose per-level aggregated table properties via GetProperty() 9 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
Yueh-Hsuan Chiang af6ad113a8 Fix SIGFAULT when running sst_dump on v2.6 db 10 years ago
sdong 5cef458a2c RocksDB 2.8 to be able to read files generated by 2.6 10 years ago
Yueh-Hsuan Chiang 3ce8d9a988 Add support for plain table format to sst_dump. 11 years ago
Siying Dong abaf26266d [RocksDB] [Performance Branch] Some Changes to PlainTable format 11 years ago
Kai Liu 2e9efcd6d8 Add the property block for the plain table 11 years ago