Commit Graph

77 Commits (4c9aa30a62d004ad0addb83dba062941783fc201)

Author SHA1 Message Date
Peter Dillinger 68626249c3 Refactor/consolidate legacy Bloom implementation details (#5784) 5 years ago
Peter Dillinger d3a6726f02 Revert changes from PR#5784 accidentally in PR#5780 (#5810) 5 years ago
Peter Dillinger aa2486b23c Refactor some confusing logic in PlainTableReader 5 years ago
Shylock Hg 9eb3e1f77d Use delete to disable automatic generated methods. (#5009) 5 years ago
Levi Tamasi 34f8ac0c99 Make adaptivity of LRU cache mutexes configurable (#5054) 5 years ago
Zhongyi Xie fdc72a5c5d add OptionType kInt32T and kInt64T 5 years ago
Siying Dong ef29d2a234 Explictly fail writes if key or value is not smaller than 4GB 6 years ago
Daniel Black 16e0388205 LRUCacheShard cache line size alignment 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Daniel Black ccf5f08f88 Set CACHE_LINE_SIZE for s390, PPC, ARM64 7 years ago
Gunnar Kudrjavets 0b69e50791 Define CACHE_LINE_SIZE only when it's not defined 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Gunnar Kudrjavets 548b628054 Enable conditionally using adaptive mutexes 8 years ago
sdong f62fbd2c85 Handle overflow case of rate limiter's paramters 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Dmitri Smirnov ac50fd3a71 Align statistics 9 years ago
Nathan Bronson 7d87f02799 support for concurrent adds to memtable 9 years ago
charsyam c30b499541 fix typos in comments 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Dmitri Smirnov 489a3e95d4 Re-work to support size_t max constant for 32/64-bit. 9 years ago
Igor Canadi ac9bcb55ce Set max_open_files based on ulimit 9 years ago
Dmitri Smirnov fbe2c05f59 s/NOEXCEPT/ROCKSDB_NOEXCEPT 9 years ago
Dmitri Smirnov 6924d7582b Address noexcept and const integer lambda capture 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago
sdong 5ec829bc4f Cleaning up CYGWIN define of fread_unlocked to port 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
sdong 76d3cd3286 Fix public API dependency on internal codes and dependency on MAX_INT32 9 years ago
Dmitri Smirnov ef4b87f1b2 Commit both PR and internal code review changes 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Islam AbdelRahman ba9d1737a8 RocksDB on FreeBSD support 9 years ago
stash93 174a79c993 LevelDb include guard replaced with #pragma once 9 years ago
Igor Canadi abb9b95ffe Move compression functions from port/ to util/ 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
Igor Canadi 48842ab316 Deprecate AtomicPointer 10 years ago
Yueh-Hsuan Chiang 6580685260 Add TimedWait() API to CondVar. 10 years ago
Bradley Grainger 2d02ec6533 Add separate Read/WriteUnlock methods in MutexRW. 10 years ago
Lei Jin c83b085770 prefetch bloom filter data block for L0 files 10 years ago
Igor Canadi 9e7d00d9e7 Make rocksdb work with all versions of lz4 10 years ago
Igor Canadi 1068d2fa60 Revert "Better port::Mutex::AssertHeld() and AssertNotHeld()" 10 years ago
Igor Canadi ddafceb6c2 Better port::Mutex::AssertHeld() and AssertNotHeld() 10 years ago
Lei Jin 0c1126d4cf db_bench cleanup 10 years ago
Lei Jin 0d755fff14 cache friendly blocked bloomfilter 10 years ago
Igor Canadi 954679bb0f AssertHeld() should do things 10 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Igor Canadi d53b188228 Fix some errors detected by coverity scan 11 years ago
lisyarus aa6fbbfae7 Fix build in case zlib not found 11 years ago
Igor Canadi 07e8078b17 Fix BZip constants 11 years ago