Commit Graph

32 Commits (ce829c77e3638ad92a22e0fb37f6b229d9f60bb0)

Author SHA1 Message Date
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Yueh-Hsuan Chiang 3eddd1abe9 Add Env::GetThreadID(), which returns the ID of the current thread. 9 years ago
Venkatesh Radhakrishnan 98c37fda5d Remove unused parameter in CancelAllBackgroundWork 9 years ago
Venkatesh Radhakrishnan b2b3086524 Speed up rocksDB close call. 9 years ago
Igor Sugak 62247ffa3b rocksdb: Add missing override 9 years ago
Yueh-Hsuan Chiang d84b2badeb Replace exception by abort() in dummy HdfsEnv implementation. 10 years ago
Venkatesh Radhakrishnan 6c1b040cc9 Provide openable snapshots 10 years ago
sdong 09899f0b51 DB::Open() to automatically increase thread pool size if it is smaller than max number of parallel compactions or flushes 10 years ago
Mike Orr c2fda55cfe hdfs cleanup and compile test against CDH 4.4. 10 years ago
Igor Canadi eea73226e9 Improve EnvHdfs 10 years ago
sdong 01dcef114b Env to add a function to allow users to query waiting queue length 10 years ago
Lei Jin b2795b799e thread local pointer storage 10 years ago
Igor Canadi 832158e7f7 Fsync directory after we create a new file 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Igor Canadi d2ca2bd183 Fixing build failure 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Haobo Xu 1565dab809 [RocksDB] Enhance Env to support two thread pools LOW and HIGH 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Dhruba Borthakur ad96563b79 Ability to configure bufferedio-reads, filesystem-readaheads and mmap-read-write per database. 11 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
Kosie van der Merwe d6e873f22f Added clearer error message for failure to create db directory in DBImpl::Recover() 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago
Dhruba Borthakur 1ca0584345 This is the mega-patch multi-threaded compaction 12 years ago
Dhruba Borthakur 9e84834eb4 Allow a configurable number of background threads. 12 years ago
Dhruba Borthakur 407727b75f Fix compiler warnings. Use uint64_t instead of uint. 12 years ago
Dhruba Borthakur f0b1654ff2 Add libhdfs.a to the build process. 12 years ago
Dhruba Borthakur fe93631678 Clean up compiler warnings generated by -Wall option. 12 years ago
heyongqiang 6ba1f17789 adding a scribe logger in leveldb to log leveldb deploy stats 12 years ago
Dhruba Borthakur 80c663882a Create leveldb server via Thrift. 12 years ago
Dhruba Borthakur 7e6c9b91a5 A version of snappy that uses jemalloc and gcc-4.6.2, It is here for ease of use by leveldb code. 12 years ago
Dhruba Borthakur a35e574344 Make Leveldb save data into HDFS files. You have to set USE_HDFS in your environment variable to compile leveldb with HDFS support. 12 years ago