Commit Graph

785 Commits (dd218bbc88e6ce9f2365b8cf35cd2714352381f3)
 

Author SHA1 Message Date
Igor Canadi dd218bbc88 Forgot to change interface everywhere 11 years ago
Igor Canadi 8b3379dc0a Implementing DynamicIterator for TransformRepNoLock 11 years ago
Kai Liu fd075d6edd Provide mechanism to configure when to flush the block 11 years ago
Kai Liu bba6595b1f Fix the valgrind error 11 years ago
Igor Canadi 444cf88a56 Flush the log outside of lock 11 years ago
Haobo Xu fd2044883a [RocksDB] Generalize prefix-aware iterator to be used for more than one Seek 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Dhruba Borthakur 292c2b3357 Fix stress test failure when using mmap-reads. 11 years ago
Igor Canadi 95a8213f75 Log flush every 0 seconds 11 years ago
Igor Canadi 36409e0016 Fix slow no-io iterator 11 years ago
Igor Canadi be96f2498e TransformRep - use array instead of unordered_map 11 years ago
Haobo Xu fe4a449472 [RocksDB] prefixhash memtable test 11 years ago
Kai Liu f0b0b28f9a Remove invalid items in .gitignore 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
Piyush Garg 1e4375d2ef Task #3071144 Enhance ldb (db dump tool for leveldb) to report row counters for each row type 11 years ago
Igor Canadi beeb74be6f Move I/O outside of lock 11 years ago
Igor Canadi b572e81f94 Flush Log every 5 seconds 11 years ago
Siying Dong 82b7e37f6e Fix a bug of table_reader_bench 11 years ago
Siying Dong 7caadf2e52 A very simple benchmark to measure Table implemenation's Get() And Iterator performance 11 years ago
Haobo Xu 8cbe5bb56b [RocksDB] Add OnCompactionStart to CompactionFilter class 11 years ago
Naman Gupta b4fab3be2a Merge branch 'master' of github.com:facebook/rocksdb into inplace 11 years ago
Igor Canadi 138a8eee8e Fix make release 11 years ago
Naman Gupta fe25070242 In-place updates for equal keys and similar sized values 11 years ago
Siying Dong f03b2df010 Follow-up Cleaning-up After D13521 11 years ago
Siying Dong 068a819ac9 Fix valgrind_check problem of simple_table_db_test.cc 11 years ago
Kai Liu 79d8dad331 Change a typo in method signature 11 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 11 years ago
Igor Canadi 8ace6b0f91 Run benchmark with no debug 11 years ago
Igor Canadi 17991cd5a0 Fix data race in BlobStore benchmark 11 years ago
Kai Liu 994575c134 Support user-defined table stats collector 11 years ago
Kai Liu 7e91b86f4d Fix a valgrind warning 11 years ago
Igor Canadi 100fa8e013 If a Put fails, fail all other puts 11 years ago
Kai Liu 1ca86f0391 Fix a bug that index block's restart_block_interval is not 1 11 years ago
Kai Liu a1d38a41fd fix the error message in debug mode 11 years ago
Kai Liu 39c14891b6 Fix the gcc warning for unused variable 11 years ago
Mayank Agarwal 56305221c4 Unify DeleteFile and DeleteWalFiles 11 years ago
Kai Liu c17607a251 Fix the log number bug when updating MANIFEST file 11 years ago
Slobodan Predolac e44976b199 Conversion of db_bench, db_stress and db_repl_stress to use gflags 11 years ago
Igor Canadi 7e2c1ba173 BlobStore Benchmark 11 years ago
Igor Canadi cb8a7302e4 Implement max_size in BlobStore 11 years ago
Haobo Xu 2fb361ad98 [RocksDB] Add perf_context.wal_write_time to track time spent on writing the recovery log. 11 years ago
Mayank Agarwal e56ce03691 Hardcoding temp file name for Identity file to 000000.dbtmp just like it's done for CURRENT file 11 years ago
Kai Liu b37fda842d Improve the comment for the shared library in Make file 11 years ago
Igor Canadi 30f1b97a06 Enable blobs to be fragmented 11 years ago
Kai Liu 70e87f7866 Update the latest rocksdb version 11 years ago
Mayank Agarwal 9b50106f9a Dbid feature 11 years ago
Mayank Agarwal ae8e0770b4 Disallow transaction log iterator to skip sequences 11 years ago