Commit Graph

2533 Commits (a28b3c438887c66544ad4d912f7f41484d114f8b)
 

Author SHA1 Message Date
Mark Callaghan 1f963305a8 Print MB per second compaction throughput separately for reads and writes 10 years ago
sdong ffe3d490d4 Add an instruction about SSE in INSTALL.md 10 years ago
Chris Riccomini 0b923f0f9a add centos 5.6 build instead of ubuntu. 10 years ago
mike@arpaia.co ee1f3ccb06 Package generation for Ubuntu and CentOS 10 years ago
mike@arpaia.co f0f7955497 Fixing comile errors on OS X 10 years ago
Igor Canadi 99fb613e54 remove 2 space linter 10 years ago
Igor Canadi b2d64a4861 Fix linters, second try 10 years ago
Mark Callaghan 747523d241 Print per column family metrics in db_bench 10 years ago
Igor Canadi 56ebd40877 Fix arc lint (should fix #238) 10 years ago
Igor Canadi 637f89179f Merge pull request #321 from eonnen/master 10 years ago
erik 827e31c746 Make test use a compatible type in the size checks. 10 years ago
Lei Jin fd5d80d55e CompactedDB: log using the correct info_log 10 years ago
Lei Jin 2faf49d5f1 use GetContext to replace callback function pointer 10 years ago
Chris Riccomini 6a64ea6171 add note about java 7 10 years ago
Igor Canadi 983d2de2de Add AUTHORS file. Fix #203 10 years ago
Chris Riccomini c4519c777f fix mis-named jar in JNI loader 10 years ago
Igor Canadi abd70c5e1c Merge pull request #316 from fyrz/ReverseBytewiseComparator 10 years ago
Lei Jin 2dc6f62bb9 handle kDelete type in cuckoo builder 10 years ago
fyrz 8b8011a68c Changed name of ReverseBytewiseComparator based on review comment 10 years ago
Chris Riccomini b8e26615aa since we're not sharing folders with the vm, copy built .so files and jars back to host system. 10 years ago
sdong 389edb6b1b universal compaction picker: use double for potential overflow 10 years ago
Chris Riccomini 4e735bb7f9 Rsync files to VM rather than sync folders, since sync folders was causing clock skew and confusig make. 10 years ago
Chris Riccomini 82a8f43ccc Document RELEASE.mdgit status 10 years ago
Chris Riccomini 9db13987b1 Update RocksDB's Java bindings to support multiple native RocksDB builds in the same Jar file. Cross build RocksDB for linux32 and linux64 using Vagrant. Build a cross-platform fat jar that contains osx, linux32, and linux64 RocksDB static builds. 10 years ago
fyrz 5340484266 Built-in comparator(s) in RocksJava 10 years ago
Lei Jin d439451fab delay initialization of cuckoo table iterator 10 years ago
Lei Jin 94997eab5e reduce memory usage of cuckoo table builder 10 years ago
Lei Jin c6275956e2 improve memory efficiency of cuckoo reader 10 years ago
Lei Jin 581442d446 option to choose module when calculating CuckooTable hash 10 years ago
Lei Jin fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
Igor Canadi f7375f39fd Fix double deletes 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
ankgup87 fb4a492cca Merge pull request #311 from ankgup87/master 10 years ago
Ankit Gupta 611e286b9d Merge branch 'master' of https://github.com/facebook/rocksdb 10 years ago
Ankit Gupta 0103b4498c Merge branch 'master' of ssh://github.com/ankgup87/rocksdb 10 years ago
Ankit Gupta 1dfb7bb980 Add block based table config options 10 years ago
sdong cdaf44f9ae Enlarge log size cap when printing file summary 10 years ago
ankgup87 7cc1ed7f08 Merge pull request #309 from naveenatceg/staticbuild 10 years ago
Naveen ba6d660f6d Resolving merge conflict 10 years ago
Naveen 51eeaf65e2 Addressing review comments 10 years ago
Naveen fd7d3fe604 Addressing review comments (adding a env variable to override temp directory) 10 years ago
Naveen cf7ace8865 Addressing review comments 10 years ago
Lei Jin 0a29ce5393 re-enable BlockBasedTable::SetupForCompaction() 10 years ago
Igor Canadi 55af370756 Remove TODO for checking index checksums 10 years ago
Igor Canadi 3d74f09979 Fix compile 10 years ago
Igor Canadi 53b0039954 Fix release compile 10 years ago
sdong d0de413f4d WriteBatchWithIndex to allow different Comparators for different column families 10 years ago
Lei Jin 57a32f147f change target_file_size_base to uint64_t 10 years ago
Lei Jin 5e6aee4325 dont create backup_input if compaction filter v2 is not used 10 years ago