Commit Graph

138 Commits (7b7793e97aa936264c5092b577f5ac7911409e41)

Author SHA1 Message Date
Igor Canadi 9c8ad62691 DB Sanity Test 11 years ago
kailiu 906f3dca72 Add a hash-index component for block 11 years ago
kailiu 6b9da48a03 Get rid of all optimization flags in debug mode 11 years ago
Kai Liu 6ba1084f24 Fix some compilation bugs in different platforms 11 years ago
Lei Jin b2795b799e thread local pointer storage 11 years ago
sdong 01c27be5fb A simple benchmark to measure WAL append latency 11 years ago
sdong b2d29675c8 Add a test in prefix_test to verify correctness of results 11 years ago
sdong b5140a0361 Fix table_reader_bench and add it to "make" 11 years ago
Kai Liu d4b789fdee Add LIBRARY back to `make dbg` 11 years ago
kailiu 1d08140e81 Compile -O2 by default and add `make dbg` 11 years ago
Kai Liu fd0ffbc7ca Disable the html-based coverage report by default 11 years ago
Kai Liu b7db241118 LIBNAME in Makefile is not really configurable 11 years ago
kailiu f131d4c280 Add a make target for shared library 11 years ago
Kai Liu 23576d773f Remove the extra line in "make release" 11 years ago
kailiu 481c77e526 Move the compilation of the shared libraries to "make release" 11 years ago
Kai Liu d702d8073e A script that automatically reformat affected lines 11 years ago
kailiu ac2fe72832 Compile dynamic library by default 11 years ago
Igor Canadi 345fb94d26 moving autovector_test after db_test 11 years ago
kailiu c01676e46d Implement autovector 11 years ago
Igor Canadi e914b6490d Reorder tests 11 years ago
Haobo Xu 3c02c363b3 [RocksDB] [Performance Branch] Added dynamic bloom, to be used for memable non-existing key filtering 11 years ago
Doğan Çeçen f6012ab826 Fix shared lib build 11 years ago
Igor Canadi fb9fce4fc3 [RocksDB] BackupableDB 11 years ago
Kai Liu 8c424456fc Make the default compilation debug-friendly 11 years ago
Siying Dong b59d4d5a50 A Simple Plain Table 11 years ago
Igor Canadi 8906ab59f7 Split asan_check into asan_check and asan_crash_test 11 years ago
Igor Canadi 92d905026b make asan_check 11 years ago
kailiu 1415f8820d Improve the "table stats" 11 years ago
Igor Canadi f611aba559 Move the compiler back to 4.8.1 + more small fixes 11 years ago
kailiu 97d8e573a6 make util/env_posix.cc work under mac 11 years ago
Kai Liu aed9f1fa5e The updated sed still doesn't work in mac, revert. 11 years ago
Kai Liu f3b3316a07 Fix a sed command issue that cannot generated *.d files 11 years ago
kailiu 21587760b9 Fixing the warning messages captured under mac os # Consider using `git commit -m 'One line title' && arc diff`. # You will save time by running lint and unit in the background. 11 years ago
Haobo Xu fe4a449472 [RocksDB] prefixhash memtable test 11 years ago
Siying Dong 7caadf2e52 A very simple benchmark to measure Table implemenation's Get() And Iterator performance 11 years ago
Siying Dong d4eec30ed0 Make "Table" pluggable 11 years ago
Kai Liu 994575c134 Support user-defined table stats collector 11 years ago
Igor Canadi 7e2c1ba173 BlobStore Benchmark 11 years ago
Kai Liu b37fda842d Improve the comment for the shared library in Make file 11 years ago
Igor Canadi fc4616d898 External Value Store 11 years ago
Dhruba Borthakur 0a9f873f4b Removed scribe, thrift and java modules. 11 years ago
Kai Liu 4c6dc7a9ae Fix the gcov/lcov related issues 11 years ago
Simha Venkataramaiah 60bf2b7d4a Add APIs to query SST file metadata and to delete specific SST files 11 years ago
Jim Paton bc8eed12d9 Do not use relative paths in build system 11 years ago
Deon Nicholas e1346968d8 Merge operator fixes part 1. 11 years ago
Kai Liu 1635ea06c2 Remove PLATFORM_SHARED_CFLAGS when compiling .o files 11 years ago
Kai Liu fd2f47dbe5 Improve the build files to simplify the 3rd party release process 11 years ago
Kai Liu 457dcc605a Clean up the Makefile and the build scripts 11 years ago
Jim Paton 0307c5fe3a Implement log blobs 11 years ago
Haobo Xu d9dd2a1926 [RocksDB] Expose thread local perf counter for low overhead, per call level performance statistics. 11 years ago