Commit Graph

49 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong 6ef8c620d3 Move auto_roll_logger and filename out of db/ 7 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 7 years ago
Jonathan Lee 4a17b47bb5 Remove unnecessary header include 8 years ago
Yi Wu 9ed928e7a9 Split DBOptions into ImmutableDBOptions and MutableDBOptions 8 years ago
Wanning Jiang 56887f6cb8 Backup Options 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Venkatesh Radhakrishnan 04251e1e3a Add wal files to Checkpoint for multiple column families. 9 years ago
Igor Canadi b088c83e6e Don't delete files when column family is dropped 9 years ago
Igor Canadi e7ea51a8e7 Introduce job_id for flush and compaction 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Igor Canadi 23295b74b6 Clean job_context 10 years ago
Igor Canadi 5c04acda08 Explicitly clean JobContext 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 10 years ago
sdong ac6afaf9ef Enforce naming convention of getters in version_set.h 10 years ago
Igor Canadi 635905481d WalManager 10 years ago
Yueh-Hsuan Chiang 7b3a618f94 Apply InfoLogLevel to the logs in db/db_filesnapshot.cc 10 years ago
Igor Canadi a39e931e50 FlushProcess 10 years ago
Lei Jin c9e419ccb6 rename options_ to db_options_ in DBImpl to avoid confusion 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Stanislau Hlebik 9dcb75b6d9 Add is-file-deletions-enabled property 10 years ago
sdong 2459f7ec4e Support Multiple DB paths (without having an interface to expose to users) 10 years ago
Igor Canadi b2cf95fe38 Call EnableFileDeletions with false as argument 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Igor Canadi b42ceb9598 Simplify cleanup of dead (refcount == 0) column families 10 years ago
Igor Canadi 040657aec9 Fix MacOS errors 10 years ago
Haobo Xu 48bc0c6ad3 [RocksDB] Fix a race condition in GetSortedWalFiles 10 years ago
Igor Canadi dc277f0ab7 [CF] Adaptation of GetLiveFiles for CF 10 years ago
Igor Canadi c67d48c852 [CF] DB test to run on non-default column family 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
Igor Canadi fa99d53e55 Change ColumnFamilyData from struct to class 11 years ago
Igor Canadi 4bf25357ae [column families] Removing VersionSet::current() 11 years ago
Igor Canadi 2f4eda7890 Move functions from VersionSet to Version 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
Igor Canadi 1510339e52 Speed up FindObsoleteFiles 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Mayank Agarwal 854d236361 Add backward compatible option in GetLiveFiles to choose whether to not Flush first 11 years ago
Mayank Agarwal aa5c897d42 Return pathname relative to db dir in LogFile and cleanup AppendSortedWalsOfType 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Mayank Agarwal 8a3547d38e API for getting archived log files 11 years ago
Abhishek Kona ee522d0032 [Rocksdb] Log on disable/enable file deletions 11 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago
Dhruba Borthakur ae36e509f8 The BackupAPI should also list the length of the manifest file. 12 years ago
Dhruba Borthakur ba55d77b5d Ability to take a file-lvel snapshot from leveldb. 12 years ago