Commit Graph

174 Commits (000836a88070fa220d1494723963947fbd4ff056)

Author SHA1 Message Date
sdong 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
agiardullo c815351038 Support saving history in memtable_list 9 years ago
Yueh-Hsuan Chiang 672dda9b3b [API Change] Move listeners from ColumnFamilyOptions to DBOptions 9 years ago
Yueh-Hsuan Chiang e2c1d4b57f [Public API Change] Make DB::GetDbIdentity() be const function. 9 years ago
Karthikeyan Radhakrishnan eaf61ba9f3 Minor text correction 9 years ago
Yueh-Hsuan Chiang b588505a7f Update HISTORY.md for GetThreadList() update. 9 years ago
Karthikeyan Radhakrishnan d5de04d20e Update history for 3.11 9 years ago
Igor Canadi 4a855c0799 Add an option wal_bytes_per_sync to control sync_file_range for WAL files 9 years ago
Aashish Pant 794ccfde89 Task 6532943: Rocksdb - SetCapacity() can dynamically change cache capacity if feasible 9 years ago
sdong 953a885ebf A new call back to TablePropertiesCollector to allow users know the entry is add, delete or merge 9 years ago
sdong b23bbaa82a Universal Compactions with Small Files 9 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 9 years ago
Yueh-Hsuan Chiang 39d508e34c Add a missing section title in HISTORY.md 9 years ago
Yueh-Hsuan Chiang 2d417e52df Update HISTORY.md for 3.10.0 9 years ago
Igor Canadi b088c83e6e Don't delete files when column family is dropped 9 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 9 years ago
Igor Canadi c88ff4ca76 Deprecate removeScanCountLimit in NewLRUCache 9 years ago
Igor Canadi db03739340 options.level_compaction_dynamic_level_bytes to allow RocksDB to pick size bases of levels dynamically. 9 years ago
Igor Canadi b9ff6b050d Fix a bug in ReadOnlyBackupEngine 9 years ago
sdong 68af7811ea Remember whole key/prefix filtering on/off in SST file 10 years ago
fyrz cfe8837e43 Switch logv with loglevel to virtual 10 years ago
sdong e63140d52b Get() to use prefix bloom filter when filter is not block based 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 2fd8f750ab Compile MemEnv with standard RocksDB library 10 years ago
Yueh-Hsuan Chiang cd4c071973 Update HISTORY.md for GetThreadStatus() support on compaction. 10 years ago
Igor Canadi 9ab5adfc59 New BlockBasedTable version -- better compressed block format 10 years ago
Igor Canadi 62ad0a9b19 Deprecating skip_log_error_on_recovery 10 years ago
Lei Jin 5045c43944 add support for nested BlockBasedTableOptions in config string 10 years ago
Igor Canadi 0acc738810 Speed up FindObsoleteFiles() 10 years ago
Venkatesh Radhakrishnan 7661e5a76e Move the file copy out of the mutex. 10 years ago
Venkatesh Radhakrishnan 153f4f0719 RocksDB: Allow Level-Style Compaction to Place Files in Different Paths 10 years ago
Igor Canadi 06eed650a0 Optimize default compile to compilation platform by default 10 years ago
Alexey Maykov ee95cae9a4 Modifed the LRU cache eviction code so that it doesn't evict blocks which have exteranl references 10 years ago
Yueh-Hsuan Chiang 1b7fbb9e82 Update HISTORY.md for release 3.9 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Yueh-Hsuan Chiang 7fe247080f Update HISTORY.md for RocksJava 10 years ago
Igor Canadi 94fa542f82 Update HISTROY.md for 3.8 release 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Lei Jin c02338a698 update HISOTRY.md for new release 10 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Igor Canadi 1d525891bd Update HISTORY for 3.6 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
Lei Jin 51af7c326c CuckooTable: add one option to allow identity function for the first hash function 10 years ago