Commit Graph

441 Commits (1851f977c2b5a7579892de8ec3edbae7236305d0)

Author SHA1 Message Date
sdong 839c8ecfcd Fix bad merge of D16791 and D16767 10 years ago
sdong fac58c0504 DBTest: remove perf_context's time > 0 check 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
Igor Canadi c0ccf43648 MergingIterator assertion 10 years ago
Yueh-Hsuan Chiang a77527f2af Add ReadOptions to TransactionLogIterator. 10 years ago
Igor Canadi 343c32be7b [CF] DifferentMergeOperators and DifferentCompactionStyles tests 11 years ago
Igor Canadi 8b7ab9951c [CF] Handle failure in WriteBatch::Handler 11 years ago
Igor Canadi 6aef661230 some improvements to CompressedCache test 11 years ago
Igor Canadi 422bb09cb0 Fix table properties 11 years ago
Igor Canadi be7e273d83 fix u/s comparison #83 11 years ago
Igor Canadi c67d48c852 [CF] DB test to run on non-default column family 11 years ago
kailiu 63690625cd Expose the table properties to application 11 years ago
Igor Canadi b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families 11 years ago
Igor Canadi ca5f1a225a CompactionContext to include is_manual_compaction 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Lei Jin 5b3b6549d6 use super_version in NewIterator() and MultiGet() function 11 years ago
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