Commit Graph

163 Commits (d3a2ba9c640edea1b384bd85a25948599fc7f039)

Author SHA1 Message Date
Igor Canadi 7535443083 [RocksDB] Support for column families in manifest 11 years ago
Igor Canadi b60c14f6ee Support multi-threaded DisableFileDeletions() and EnableFileDeletions() 11 years ago
kailiu 079a21ba99 Fix the unused variable warning message in mac os 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
Igor Canadi fb9fce4fc3 [RocksDB] BackupableDB 11 years ago
Mayank Agarwal 92e8316118 Make GetDbIdentity pure virtual and also implement it for StackableDB, DBWithTTL 11 years ago
Mayank Agarwal 18802689b8 Make an API to get database identity from the IDENTITY file 11 years ago
Igor Canadi eb12e47e0e Killing Transform Rep 11 years ago
Igor Canadi 35ddf18367 Don't do compression tests if we don't have compression libs 11 years ago
Igor Canadi 3ce3658411 DB::GetOptions() 11 years ago
Igor Canadi 11c26bd4a4 [RocksDB] Interface changes required for BackupableDB 11 years ago
Siying Dong 3e35aa6412 Revert "Allow users to profile a query and see bottleneck of the query" 11 years ago
Siying Dong 3d8ac31d71 Allow users to profile a query and see bottleneck of the query 11 years ago
Igor Canadi fc61428288 Include <unistd.h> in db_test 11 years ago
Igor Canadi de9ce7d439 Upgrading compiler to gcc4.8.1 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Kai Liu 88ba331c1a Add the index/filter block cache 11 years ago
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 11 years ago
Igor Canadi 1510339e52 Speed up FindObsoleteFiles 11 years ago
Igor Canadi dd218bbc88 Forgot to change interface everywhere 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Igor Canadi be96f2498e TransformRep - use array instead of unordered_map 11 years ago
Dhruba Borthakur 39190588e1 Fix failure in rocksdb unit test CompressedCache 11 years ago
Dhruba Borthakur 7845fd9db9 Fixed valgrind error in DBTest.CompressedCache 11 years ago
Mayank Agarwal f837f5b1c9 Making the transaction log iterator more robust 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Haobo Xu 8cbe5bb56b [RocksDB] Add OnCompactionStart to CompactionFilter class 11 years ago
Naman Gupta fe25070242 In-place updates for equal keys and similar sized values 11 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 11 years ago
Igor Canadi 100fa8e013 If a Put fails, fail all other puts 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Mayank Agarwal 9b50106f9a Dbid feature 11 years ago
Siying Dong 65428b0c0a Fix Bug: iterator.Prev() or iterator.SeekToLast() might return the first element instead of the correct one 11 years ago
Siying Dong 9edda37027 Universal Compaction to Have a Size Percentage Threshold To Decide Whether to Compress 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Siying Dong 073cbfc8f0 Enable background flush thread by default and fix issues related to it 11 years ago
Mayank Agarwal fe3713961e Features in Transaction log iterator 11 years ago
Siying Dong 88f2f89068 Change Function names from Compaction->Flush When they really mean Flush 11 years ago
Mayank Agarwal a8b4a69de0 Fixing error in ParseFileName causing DestroyDB to fail on archive directory 11 years ago
Naman Gupta cbf4a06427 Add option for storing transaction logs in a separate dir 11 years ago
Naman Gupta 116071411b Make db_test more robust 11 years ago
Dhruba Borthakur 1a8c1b0817 Unit test failure in DBTest.NumImmutableMemTable. 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Haobo Xu bf89edf78b [RocksDB] Added a property "leveldb.num-immutable-mem-table" so that Flush can be called without blocking, and application still has a way to check when it's done also without blocking. 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
Xing Jin 658a3ce2fa Fix SIGSEGV issue in universal compaction 11 years ago
Xing Jin 8eb552bf4d New unit test for iterator with snapshot 11 years ago
Dhruba Borthakur f1a60e5c3e The vector rep implementation was segfaulting because of incorrect initialization of vector. 11 years ago
Haobo Xu 72fcbf055d [RocksDB] Fix DBTest.UniversalCompactionSizeAmplification too 11 years ago