Commit Graph

24 Commits (4527bb2fed890098ed66f428825eb33c3a8c9f57)

Author SHA1 Message Date
anand76 3362a730dc Avoid usage of ReopenWritableFile in db_stress (#9649) 3 years ago
Jay Zhuang d3a2f284d9 Add Temperature info in `NewSequentialFile()` (#9499) 3 years ago
Andrew Kryczka babe56ddba Add rate limiter priority to ReadOptions (#9424) 3 years ago
Levi Tamasi dc5de45af8 Support readahead during compaction for blob files (#9187) 4 years ago
mrambacher ab7f7c9e49 Allow WAL dir to change with db dir (#8582) 4 years ago
Ziyue Yang 0c2d71edba Fix typo: replace readadhead with readahead (#7953) 4 years ago
Adam Retter 4926b33742 Improvements to Env::GetChildren (#7819) 5 years ago
Andrew Kryczka 225abffd8f Verify file checksum generator name (#7824) 5 years ago
anand76 01298c8ff7 Return Status from FilePrefetchBuffer::TryReadFromCache() (#7816) 5 years ago
Zhichao Cao 44ebc24dca Add rate_limiter to GenerateOneFileChecksum (#7811) 5 years ago
Zhichao Cao ea347d80df Updated GenerateOneFileChecksum to use requested_checksum_func_name (#7586) 5 years ago
mrambacher f35f7f2704 Fix many tests to run with MEM_ENV and ENCRYPTED_ENV; Introduce a MemoryFileSystem class (#7566) 5 years ago
Akanksha Mahajan 8e0df9050c Store FSRandomAccessPtr object in RandomAccessFileReader (#7192) 5 years ago
Akanksha Mahajan cc24ac14eb Store FSSequentialFilePtr object in SequenceFileReader (#7190) 5 years ago
mrambacher c7c7b07f06 More Makefile Cleanup (#7097) 5 years ago
Anand Ananthabhotla 9a5886bd8c Extend Get/MultiGet deadline support to table open (#6982) 5 years ago
Zhichao Cao b3585a11b4 Ingest SST files with checksum information (#6891) 5 years ago
Zhichao Cao 556972e964 Replace Status with IOStatus in CopyFile and CreateFile (#6916) 5 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
anand76 afa2420c2b Introduce a new storage specific Env API (#5761) 6 years ago
sdong b931f84e56 Divide file_reader_writer.h and .cc (#5803) 6 years ago
sdong cb19e7411f Fix bugs in DBWALTest.kTolerateCorruptedTailRecords triggered by #5520 (#5550) 6 years ago
anand76 e0d9d57750 Fix bugs in WAL trash file handling (#5520) 6 years ago
Siying Dong 545d206040 Move some file related files outside util/ (#5375) 6 years ago
anand76 dae3b5545c Smooth the deletion of WAL files (#5116) 6 years ago
anand76 d0d484b132 Always delete Blob DB files in the background (#4928) 7 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 7 years ago
Andrew Kryczka 42733637e1 Sync CURRENT file during checkpoint (#4322) 7 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 7 years ago
Yanqin Jin 524c6e6b72 Add file name info to SequentialFileReader. (#4026) 7 years ago
Siying Dong 63c965cdb4 Sync parent directory after deleting a file in delete scheduler 7 years ago
Zhongyi Xie e1e826b980 check return status for Sync() and Append() calls to avoid corruption 7 years ago
Phani Shekhar Mantripragada 446b32cfc3 Support for Column family specific paths. 7 years ago
Andrew Kryczka 6a3eebbab0 support multiple db_paths in SstFileManager 7 years ago
Andrew Kryczka cfb120f737 fix CopyFile status checks 8 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 8 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 8 years ago
Siying Dong 17a4b75cc3 Always fsync the file after file copying 9 years ago
Islam AbdelRahman 989e644ed8 Remove sst_file_manager option from LITE 9 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 9 years ago
Andrew Kryczka 72224104d3 Forge current file for checkpoint 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 10 years ago
Islam AbdelRahman d6c838f1e1 Add SstFileManager (component tracking all SST file in DBs and control the deletion rate) 10 years ago
Andrew Kryczka 167bd8856d [directory includes cleanup] Finish removing util->db dependencies 10 years ago
Igor Canadi 4e07c99a9a Fix iOS build 10 years ago
Islam AbdelRahman 3fd70b05b8 Rate limit deletes issued by DestroyDB 10 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 11 years ago