Commit Graph

735 Commits (876cb8bfb4bd6ab62616a90607528160a8c65fd9)

Author SHA1 Message Date
Igor Canadi 29bacb2eb6 VersionSet cleanup 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
Igor Canadi 511b03a5b5 LogAndApply to take ColumnFamilyData 11 years ago
Mike Lin af7838de36 address code review comments on 5e3aeb5f8e 11 years ago
Siying Dong 8477255da3 Moving Some includes from options.h to forward declaration 11 years ago
kailiu 66dc033af3 Temporarily disable caching index/filter blocks 11 years ago
Lei Jin aba2acb5ec CompactRange() to return status 11 years ago
Tomislav Novak 81c9cc9b3b Tailing iterator 11 years ago
Igor Canadi 7c5e583a27 ColumnFamilySet 11 years ago
Igor Canadi 6fe9b57748 Refactor Recover() code 11 years ago
Igor Canadi 83681bf9ef Statistics code cleanup 11 years ago
Mike Lin 5e3aeb5f8e An initial implementation of kCompactionStopStyleSimilarSize for universal compaction 11 years ago
Naman Gupta 1447bb5919 Allow callback to change size of existing value. Change return type of the callback function to an enum status to handle 3 cases. 11 years ago
Igor Canadi d9cd7a063f Fix CompactRange to apply filter to every key 11 years ago
Igor Canadi 1ed2404f27 Wrong number of levels is Invalid argument now, not corruption 11 years ago
Igor Canadi 6291020284 Fix test 11 years ago
Igor Canadi 055e6df45b VersionEdit not to take NumLevels() 11 years ago
Igor Canadi 7d9f21cf23 BuildBatchGroup -- memcpy outside of lock 11 years ago
Naman Gupta 8454cfe569 Add read/modify/write functionality to Put() api 11 years ago
Siying Dong aa0ef6602d [Performance Branch] If options.max_open_files set to be -1, cache table readers in FileMetadata for Get() and NewIterator() 11 years ago
Siying Dong 424a524ac9 [Performance Branch] A Hashed Linked List Based Mem Table 11 years ago
Igor Canadi 19e3ee64ac Add column family information to WAL 11 years ago
Kai Liu 5e7d5629c7 Fix the valgrind issues 11 years ago
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
Siying Dong abaf26266d [RocksDB] [Performance Branch] Some Changes to PlainTable format 11 years ago
Igor Canadi 9385a5247e [RocksDB] [Column Family] Interface proposal 11 years ago
kailiu 0cd1521af5 Completely remove argv_ since no one use it 11 years ago
kailiu 0e24f97b9f Revert last commit and add "unused" attribute to suppress warning 11 years ago
kailiu bc9b488e92 fix a warning in db_test when running `make release` 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 b135d01e7b 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