Commit Graph

612 Commits (343b59d6ee7d81b167d4f89545b46a64dbd0dd18)

Author SHA1 Message Date
Sagar Vemuri 343b59d6ee Move various string utility functions into string_util 7 years ago
Yi Wu df6f5a3772 Move memtable related files into memtable directory 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Aaron Gao 90cfd46458 update IterKey that can get user key and internal key explicitly 7 years ago
Maysam Yabandeh e7731d119a Configure index partition size 7 years ago
Maysam Yabandeh 34a70859bc Fix segmentation fault caused by #1961 7 years ago
Andrew Kryczka a5c8b54340 fix a header include 7 years ago
Maysam Yabandeh 8b0097b49b Readers for partition filter 7 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 7 years ago
Maysam Yabandeh 11526252cc Pinnableslice (2nd attempt) 7 years ago
Andrew Kryczka f2817fb7f9 avoid ASSERT_EQ(false, ...); 7 years ago
Maysam Yabandeh 54b434110e Builders for partition filter 7 years ago
Maysam Yabandeh a2f7a514d1 Refactoring 7 years ago
Islam AbdelRahman f89b3893c0 Remove skip_table_builder_flush and default it to true 7 years ago
Aaron Gao e877afa08b Remove bulk loading and auto_roll_logger in rocksdb_lite 7 years ago
Andrew Kryczka e67232cff5 Handle failed Finish() in SST file writer 7 years ago
Sagar Vemuri eb912a927e Remove disableDataSync option 7 years ago
Maysam Yabandeh 69d5262c81 Two-level Indexes 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Andrew Kryczka b797e42157 Dump compression dictionary meta-block 8 years ago
Islam AbdelRahman 574b543f80 Rename merger.h -> merging_iterator.h 8 years ago
Andrew Kryczka 3b35134e4b Avoid cache lookups for range deletion meta-block 8 years ago
Maysam Yabandeh d0ba8ec8f9 Revert "PinnableSlice" 8 years ago
Maysam Yabandeh 54d94e9c2c PinnableSlice 8 years ago
Maysam Yabandeh 0712d541d1 Delegate Cleanables 8 years ago
Islam AbdelRahman d58ef52ba6 Allow SstFileWriter to Fadvise the file away from page cache 8 years ago
Yi Wu ab48c165a9 Print cache options to info log 8 years ago
Yi Wu 5d1457dbbf Dump persistent cache options 8 years ago
Ding Ma 1a136c1f13 Expose file size 8 years ago
Daniel Black 5334d8b44c table/block_based_table_builder.cc: intentional fallthrough - comment to match gcc pattern 8 years ago
Islam AbdelRahman 67f37cf198 Allow user to specify a CF for SST files generated by SstFileWriter 8 years ago
Andrew Kryczka fd43ee09da Range deletion microoptimizations 8 years ago
Andrew Kryczka fe349db57b Remove Arena in RangeDelAggregator 8 years ago
Siying Dong a4eb7387b2 Allow plain table to store index on file with bloom filter disabled 8 years ago
Andrew Kryczka 327085b7b2 fix valgrind 8 years ago
Andrew Kryczka 48e8baebc0 Decouple data iterator and range deletion iterator in TableCache 8 years ago
Islam AbdelRahman 5ed650857d Fix SstFileWriter destructor 8 years ago
Andrew Kryczka 307a4e80c8 sst_dump support for range deletion 8 years ago
Andrew Kryczka 815f54afad Insert range deletion meta-block into block cache 8 years ago
Islam AbdelRahman 5c5d01ae74 Fix wrong comment (Maximum supported block size) 8 years ago
Andrew Kryczka f998c9790f DeleteRange Get support 8 years ago
Andrew Kryczka 40a2e406f8 DeleteRange flush support 8 years ago
Willem Jan Withagen 0aab5e55f0 FreeBSD: malloc_usable_size is in <malloc_np.h> (#1428) 8 years ago
Aaron Gao 9de2f75216 revert Prev() in MergingIterator to use previous code in non-prefix-seek mode 8 years ago
Aaron Gao 59a7c0337b Change ioptions to store user_comparator, fix bug 8 years ago
Andrew Kryczka a0ba0aa877 Fix uninitialized variable gcc error for MyRocks 8 years ago
Islam AbdelRahman b88f8e87c5 Support SST files with Global sequence numbers [reland] 8 years ago
Andrew Kryczka 6fbe96baf8 Compaction Support for Range Deletion 8 years ago
Aaron Gao 21e8daced5 fix assertion failure in Prev() 8 years ago
Dmitri Smirnov e489270980 Fix scoped arena iterator (#1387) 8 years ago