Commit Graph

242 Commits (21f2492ac0d5f5a020e72d25d893ade2d37a6b5d)

Author SHA1 Message Date
sdong 21f2492ac0 Fix CYGWin release build 9 years ago
agiardullo ca8b85ac04 better document max_write_buffer_number_to_maintain 9 years ago
sdong 4266d4fd90 Allow users to migrate to options.level_compaction_dynamic_level_bytes=true using CompactRange() 9 years ago
Igor Canadi 4c181f08bc Fix compile on darwin 9 years ago
agiardullo dc9d70de65 Optimistic Transactions 9 years ago
agiardullo 711465ccec API to fetch from both a WriteBatchWithIndex and the db 9 years ago
Igor Canadi 50eab9cf30 Fix BackupEngine 9 years ago
Laurent Demailly df4130ad85 fix crashes in stats and compaction filter for db_ttl_impl 9 years ago
clark.kang 6ede020dc4 fix typos 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
Jim Meyering acf8a4141d maint: use ASSERT_TRUE, not ASSERT_EQ(true; same for false 9 years ago
Yueh-Hsuan Chiang db6569cd4a Fix the compilation error in flashcache.cc on Mac 9 years ago
Yoshinori Matsunobu 824e646341 Adding another NewFlashcacheAwareEnv function to support pre-opened fd 9 years ago
Venkatesh Radhakrishnan d0695f3e26 Fix crash caused by opening an empty DB in readonly mode 9 years ago
Igor Canadi 2158e0f831 Fix clang build 9 years ago
Igor Canadi d61cb0b9de db_bench can now disable flashcache for background threads 9 years ago
Anurag Indu 3d1a924ff3 Adding stats for the merge and filter operation 9 years ago
agiardullo 81345b90f9 Create an abstract interface for write batches 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Venkatesh Radhakrishnan 98c37fda5d Remove unused parameter in CancelAllBackgroundWork 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 9 years ago
Venkatesh Radhakrishnan 284be570c8 Provide a mechanism to inform Rocksdb that it is shutting down 9 years ago
Igor Canadi 216a9e16f4 Fix compile 9 years ago
Igor Canadi b9ff6b050d Fix a bug in ReadOnlyBackupEngine 9 years ago
Igor Canadi a9f0e2b5b6 Fix compile 9 years ago
stash93 03bbf718cb Return fbson 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Igor Canadi b8ac71ba18 Revert "Fbson to Json" 10 years ago
stash93 7ce1b2c19c Fbson to Json 10 years ago
Wei Wei 513ad866b2 modify double type euqal compare in json_document.cc 10 years ago
Igor Canadi 8d3819369f NewIteratorWithBase() for default column family 10 years ago
Igor Canadi 173c52a97f Fix build on older compilers -- emplace() is not available 10 years ago
Igor Canadi a52dd00243 Fix ASAN failure with backupable DB 10 years ago
Venkatesh Radhakrishnan f2ddb8b452 Fix for bug where GeoDB accesses key after next modification of iterator 10 years ago
Igor Canadi abb9b95ffe Move compression functions from port/ to util/ 10 years ago
Robert 628a67b007 Reduce memory footprint in backupable db. 10 years ago
stash93 4b57d9a820 Fixed negative numbers comparison in DocumentDB 10 years ago
Robert 49376bfe87 Fix errors when using -Wshorten-64-to-32. 10 years ago
Robert a8c5564a9d Do not issue extra GetFileSize() calls when loading BackupMeta. 10 years ago
Robert caa1fd0e0e Improve performance when loading BackupMeta. 10 years ago
Yueh-Hsuan Chiang 45bab305f9 Move GetThreadList() feature under Env. 10 years ago
Igor Canadi ade4034a9d MultiGet for DBWithTTL 10 years ago
Igor Canadi cd278584c9 Clean up StringSplit 10 years ago
Bryan Rosario 9e285d4238 Added CompatibleOptions for compatibility with LevelDB Options 10 years ago
Venkatesh Radhakrishnan 004f416b77 Moved checkpoint to utilities 10 years ago
Yueh-Hsuan Chiang d0c5f28a5c Introduce GetThreadList API 10 years ago
Hasnain Lakhani 373c665edf Fix broken test in 31b02d. 10 years ago
Igor Canadi cd0980150b Add concurrency to compacting SpatialDB 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago