Commit Graph

641 Commits (aaceef363877c6b7d842c18680278c187e2115c0)

Author SHA1 Message Date
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 10 years ago
Karthikeyan Radhakrishnan da9cbce731 Add Header to logging to capture application level information 10 years ago
Jonah Cohen 9a52e06a02 Add GetID to ColumnFamilyHandle 10 years ago
Yueh-Hsuan Chiang 181191a1e4 Add a counter for collecting the wait time on db mutex. 10 years ago
Yueh-Hsuan Chiang 678503ebcf Add utility functions for interpreting ThreadStatus 10 years ago
Igor Canadi 8d3819369f NewIteratorWithBase() for default column family 10 years ago
Venkatesh Radhakrishnan 0b8dec7172 Cross functional test infrastructure for RocksDB. 10 years ago
Marko Kevac 86e2a1eeea Allow creating backups from C 10 years ago
sdong db9ed5fdb4 Unaddressed comment in previous diff. Change only in code comments. 10 years ago
sdong 5917de0bae CappedFixTransform: return fixed length prefix, or full key if key is shorter than the fixed length 10 years ago
Igor Canadi 6c6037f60c Expose Snapshot's SequenceNumber 10 years ago
Ori Bernstein f9758e0129 Add compaction listener. 10 years ago
Igor Canadi e5df90f5d0 Fix comment (minor) 10 years ago
Igor Canadi 3d628f8f22 Update format_version comment 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Xiangyong Ouyang 2a7bd0ea45 Remove duplicated method declarations in C header. 10 years ago
Igor Canadi 96b8240bc5 Support footer versions bigger than 1 10 years ago
sdong 9132e52ea4 DB Stats Dump to print total stall time 10 years ago
sdong 73ee4febab Add comments about properties supported by DB::GetProperty() and DB::GetIntProperty() 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
Yueh-Hsuan Chiang bf287b76e0 Add structures for exposing thread events and operations. 10 years ago
Manish Patil 7ea7bdf04d Dump routine to BlockBasedTableReader 10 years ago
Lei Jin 5045c43944 add support for nested BlockBasedTableOptions in config string 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
sdong 046ba7d47c Fix calculation of max_total_wal_size in db_options_.max_total_wal_size == 0 case 10 years ago
Igor Canadi 9260e1ad74 Bump version to 3.9 10 years ago
Yueh-Hsuan Chiang a94d54aa47 Remove the use of exception in WriteBatch::Handler 10 years ago
Mark Callaghan c0dee851c3 Improve formatting, add missing newlines 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Yueh-Hsuan Chiang bcf9086899 Block Universal and FIFO compactions in ROCKSDB_LITE 10 years ago
Yueh-Hsuan Chiang 73d72ed5c7 Block ReadOnlyDB in ROCKSDB_LITE 10 years ago
Reed Allman 88dd8d889b c api: add max wal total to opts 10 years ago
Igor Canadi 7ec71f101c Provide default implementation of LinkFile, don't break the build 10 years ago
Igor Canadi d84069995c Fix mac compile 10 years ago
Yueh-Hsuan Chiang 4b63fcbff3 Add enable_thread_tracking to DBOptions 10 years ago
Bryan Rosario 9e285d4238 Added CompatibleOptions for compatibility with LevelDB Options 10 years ago
Yueh-Hsuan Chiang 353307758b Add IOS_CROSS_COMPILE to macro guard for GetThreadList feature. 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Lei Jin 8d3f8f9696 remove all remaining references to cfd->options() 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 10 years ago
Lukáš Lalinský c9fd03ec51 Update docs for NewAdaptiveTableFactory 10 years ago
Lukáš Lalinský c44a292781 Add cuckoo table options to the C interface 10 years ago
Igor Canadi cd0980150b Add concurrency to compacting SpatialDB 10 years ago
Igor Canadi 25f273027b Fix iOS compile with -Wshorten-64-to-32 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 113796c493 Fix NewFileNumber() 10 years ago
Igor Canadi c7ee9c3ab7 Fix -Wnon-virtual-dtor errors 10 years ago
sdong dd726a59ef Bump Version Number to 3.8 10 years ago