]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/shortlog
rocksdb.git
2014-06-19 Haobo Xu[RocksDB] Make block based table hash index more adaptive rocksdb-3.2 v3.2
2014-06-19 Yueh-Hsuan... Fixed a potential write hang
2014-06-19 Igor CanadiMerge pull request #179 from edsrzf/c-api-compaction...
2014-06-19 Lei Jinfix make shared_lib compilation error
2014-06-19 Lei Jinbug fix: iteration over ColumnFamilySet needs to be...
2014-06-19 Evan ShawAdd a test for using compaction filters via the C API
2014-06-19 Haobo Xu[RocksDB] Fix unit test
2014-06-19 Evan ShawAdd a way to set compaction filter in the C API
2014-06-19 Evan ShawSupport for compaction filters in the C API
2014-06-19 sdongPlainTable to encode to avoid to rewrite prefix when...
2014-06-19 Haobo Xu[RocksDB] Reduce memory footprint of the blockbased...
2014-06-18 Igor CanadiChange order of parameters in adaptive table factory
2014-06-18 sdongHashLinkList to log distribution of number of entries...
2014-06-17 sdongAdd a table factory that can read DB with both of Plain...
2014-06-17 Igor CanadiMerge pull request #176 from bgrainger/mutexrw-unlock
2014-06-16 Yueh-Hsuan... Include max_write_buffer_number >= 2 to SanitizeOptions.
2014-06-16 sdongRefactor: group metadata needed to open an SST file...
2014-06-16 Bradley GraingerAdd separate Read/WriteUnlock methods in MutexRW.
2014-06-13 sdongVersionSet::Get(): Bring back the logic of skipping...