Commit Graph

34 Commits (501543573aab8295ac1e94e57e704de815738b8c)

Author SHA1 Message Date
Peter Dillinger fc9d4071f0 Fast path for detecting unchanged prefix_extractor (#9407) 3 years ago
mrambacher 13ae16c315 Cleanup includes in dbformat.h (#8930) 3 years ago
Peter Dillinger 4750421ece Replace most typedef with using= (#8751) 3 years ago
Mike Kolupaev e45673dece Properly report IO errors when IndexType::kBinarySearchWithFirstKey is used (#6621) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Siying Dong dadf01672a Rename one of the two LevelIterator 7 years ago
Mike Kolupaev cb5b8f2090 Fix use-after-free in tailing iterator with merge operator 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 8 years ago
Victor Gao 1d7048c598 comment out unused parameters 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Aaron Gao f517d9dd09 Add SeekForPrev() to Iterator 8 years ago
Islam AbdelRahman d11c09d9e2 Eliminate memcpy from ForwardIterator 9 years ago
sdong e79ad9e184 Add Iterator Property rocksdb.iterator.version_number 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Venkatesh Radhakrishnan 7824444bfc Reuse file iterators in tailing iterator when memtable is flushed 9 years ago
sdong 35ad531be3 Seperate InternalIterator from Iterator 9 years ago
Venkatesh Radhakrishnan 91f3c90792 Fix case when forward iterator misses a new update 9 years ago
Tomislav Novak 5508122ed6 Fix a perf regression in ForwardIterator 9 years ago
Venkatesh Radhakrishnan 4d28a7d8ab Add a whitebox test for deleted file iterators. 9 years ago
Andres Noetzli b604d2562f Removing unused variables to fix build 10 years ago
Venkatesh Radhakrishnan 1b114eed4d Free file iterators for files which are above the iterate upper bound to Improve memory utilization 10 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 10 years ago
Tomislav Novak 35c8c814e8 Make ForwardIterator::status() more efficient 10 years ago
Lei Jin 574028679b dynamic max_sequential_skip_in_iterations 10 years ago
Tomislav Novak 187b29938c ForwardIterator: update prev_key_ only if prefix hasn't changed 10 years ago
Stanislau Hlebik 45a5e3ede0 Remove path with arena==nullptr from NewInternalIterator 10 years ago
Tomislav Novak 0f9c43ea36 ForwardIterator: reset incomplete iterators on Seek() 10 years ago
Igor Canadi fd27001072 Fix compile errors on Mac 11 years ago
Lei Jin 388d2054c7 forward iterator 11 years ago