Commit Graph

615 Commits (cb82d7b081105dc4d6277ac93b67ce76a5287283)

Author SHA1 Message Date
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
Federico Piccinini 543df158c5 Expose sst_dump functionality as library call. 10 years ago
Yueh-Hsuan Chiang 344edbb044 Fixed the shadowing in db/compaction.cc and include/rocksdb/db.h 10 years ago
Yueh-Hsuan Chiang 8447861896 Fixed -WShadow errors in db/db_test.cc and include/rocksdb/metadata.h 10 years ago
Yueh-Hsuan Chiang 28c82ff1b3 CompactFiles, EventListener and GetDatabaseMetaData 10 years ago
Igor Canadi 31342c4005 Fix implicit compare 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
sdong ac95ae1b5d Make sure WAL is synced for DB::Write() if write batch is empty 10 years ago
Lei Jin 29a9161f34 Note dynamic options in options.h 10 years ago
Lei Jin fd24ae9d05 SetOptions() to return status and also add it to StackableDB 10 years ago
sdong 83bf09144b Bump verison number to 3.7 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
Jonah Cohen c1a924b9f0 Move convenience.h to /include 10 years ago
Igor Canadi c2999f54bd Revert "tmp" 10 years ago
Lei Jin 9ab0132360 tmp 10 years ago
Lei Jin f1841985e4 dynamic inplace_update options 10 years ago
Lei Jin 2dd9bfe3a8 Sanitize block-based table index type and check prefix_extractor 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 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
Tomislav Novak 88edfd90ae SkipListRep::LookaheadIterator 10 years ago
Igor Canadi 0908ddcea5 Don't keep managing two rocksdb version 10 years ago
Lei Jin 5ec53f3edf make compaction related options changeable 10 years ago
fyrz 5340484266 Built-in comparator(s) in RocksJava 10 years ago