Commit Graph

97 Commits (a1df6c1fc8db9f7714cd0c61f12a231333bcbb11)

Author SHA1 Message Date
Igor Canadi d3f63f03ad Fix 32-bit errors 10 years ago
sdong 9899b12780 ThreadID printed when Thread terminating in the same format as posix_logger 10 years ago
Chilledheart 81b498bc15 Print pthread_t in a more safe way 10 years ago
sdong bd1105aa5a Print out thread ID while thread terminates for decreased pool size. 10 years ago
sdong 3df07d1703 ThreadPool to allow decrease number of threads and increase of number of threads is to be instantly scheduled 10 years ago
Igor Canadi 72ff275e3c Fix TransactionLogIterator EOF caching 11 years ago
Igor Canadi c2da9e5997 Flush before Fsync()/Sync() 11 years ago
Yueh-Hsuan Chiang fa84eb1f7b Fixed a compile error which tries to check whether a size_t < 0 in env_posix.cc 11 years ago
Igor Canadi 726c8084cd Retry FS system calls on EINTR 11 years ago
Igor Canadi 64ae6e9eb9 Don't preallocate log files 11 years ago
Igor Canadi 5c44a8db61 fallocate_with_keep_size is false for LogWrites 11 years ago
Igor Canadi 22507aff6c Fix compile issue in Mac OS 11 years ago
Igor Canadi f26cb0f093 Optimize fallocation 11 years ago
sdong 01dcef114b Env to add a function to allow users to query waiting queue length 11 years ago
Yumikiyo Osanai 056a0286d2 Modify the compile error about ftruncate() 11 years ago
Igor Canadi 26ac5603f4 Truncate unused space on PosixWritableFile::Close() 11 years ago
Lei Jin b2795b799e thread local pointer storage 11 years ago
Igor Canadi d53b188228 Fix some errors detected by coverity scan 11 years ago
Igor Canadi 832158e7f7 Fsync directory after we create a new file 11 years ago
Mike Lin 4c75e21c20 Eliminate stdout message when launching a posix thread. 11 years ago
James Golick c28dd2a891 oops - missed a spot 11 years ago
James Golick 43c386b72e only try to use fallocate if it's actually present on the system 11 years ago
kailiu e1d92dfd2e Fix a bunch of mac compilation issues in performance branch 11 years ago
lovro 45a2f2d8d3 Fix build without glibc 11 years ago
lovro 4c81383628 Set background thread name with pthread_setname_np() 11 years ago
Siying Dong 8aac46d686 [RocksDB Performance Branch] Fix a regression bug of munmap 11 years ago
Siying Dong b59d4d5a50 A Simple Plain Table 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Dhruba Borthakur b4ad5e89ae Implement a compressed block cache. 11 years ago
Igor Canadi b572e81f94 Flush Log every 5 seconds 11 years ago
Mayank Agarwal 9b50106f9a Dbid feature 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Igor Canadi d0beadd456 Env class that can randomly read and write 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
Dhruba Borthakur 87d6eb2f6b Implement apis in the Environment to clear out pages in the OS cache. 11 years ago
Rajat Goel 11c65021fb Revert "Minor fixes found while trying to compile it using clang on Mac OS X" 11 years ago
Rajat Goel 5f2c136c32 Minor fixes found while trying to compile it using clang on Mac OS X 11 years ago
Haobo Xu 1565dab809 [RocksDB] Enhance Env to support two thread pools LOW and HIGH 11 years ago
Haobo Xu f2f4c8072f [RocksDB] Added nano second stopwatch and new perf counters to track block read cost 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Haobo Xu 96be2c4ee0 [RocksDB] Add mmap_read option for db_stress 11 years ago
Haobo Xu 3cc1af2062 [RocksDB] Option for incremental sync 11 years ago
Haobo Xu 778e179046 [RocksDB] Sync file to disk incrementally 11 years ago
Haobo Xu bdf1085944 [RocksDB] cleanup EnvOptions 11 years ago
Haobo Xu ab8d2f6ab2 [RocksDB] [Performance] Allow different posix advice to be applied to the same table file 11 years ago
Vamsi Ponnekanti 760dd4750f [Kill randomly at various points in source code for testing] 11 years ago
Kai Liu 958b9c80e1 Avoid global static initialization in Env::Default() 12 years ago
Dhruba Borthakur 3cb7bf8170 Initialize parameters in the constructor. 12 years ago
Mayank Agarwal 6594fef7ef Exit and Join the background compaction threads while running rocksdb tests 12 years ago