Commit Graph

1150 Commits (b2e7ee8b414822371f930bdf26c2f5b1a0ed5fda)
 

Author SHA1 Message Date
Kai Liu b2e7ee8b41 Followup code refactor on plain table 11 years ago
Kai Liu 85c0545fac Put *.out to the ignore list (for MacOS) 11 years ago
Kai Liu 59cffe02c4 Benchmark table reader wiht nanoseconds 11 years ago
sdong b5140a0361 Fix table_reader_bench and add it to "make" 11 years ago
Siying Dong f3ae3d07cc Add more black-box tests for PlainTable and explicitly support total order mode 11 years ago
kailiu e6b3e3b4db Support prefix seek in UserCollectedProperties 11 years ago
Igor Canadi ca5f1a225a CompactionContext to include is_manual_compaction 11 years ago
Lei Jin 994c327b86 IOError cleanup 11 years ago
Lei Jin 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 11 years ago
Lei Jin 28b7f7faa8 enable plain table in db_bench 11 years ago
kailiu 265150cb49 Fix problem 3 for issue #80 11 years ago
kailiu aa734ce9ab Fix a member variables initialization order issue 11 years ago
Siying Dong 33042669f6 Reduce malloc of iterators in Get() code paths 11 years ago
Kai Liu d4b789fdee Add LIBRARY back to `make dbg` 11 years ago
kailiu 745c181e20 Quick fix for table_test failure 11 years ago
Igor Canadi 8e634d3ea4 Merge pull request #74 from alberts/lz4 11 years ago
Igor Canadi 5833f47114 Switch to c++11 11 years ago
Igor Canadi bc2ff597b8 Fixed wrong comment GetTableMetaData -> GetLiveFilesMetaData 11 years ago
Albert Strasheim df2f92214a Support for LZ4 compression. 11 years ago
Kai Liu 9a270f3f6d Fix the valgrind error in table test. 11 years ago
Kai Liu b8ea5e36b3 Fix incompatible compilation in Linux server 11 years ago
kailiu 161ab42a8a Make table properties shareable 11 years ago
Dhruba Borthakur 0982c38020 Fix compilation error with gcc 4.7 11 years ago
Igor Canadi 4159a284c2 Merge pull request #77 from alberts/docfixes 11 years ago
Albert Strasheim d19d981df5 doc: table_stats_collectors -> table_properties_collectors. 11 years ago
Yueh-Hsuan Chiang 3ce8d9a988 Add support for plain table format to sst_dump. 11 years ago
Igor Canadi 1560bb913e Readrandom with tailing iterator 11 years ago
Igor Canadi d53b188228 Fix some errors detected by coverity scan 11 years ago
kailiu 1d08140e81 Compile -O2 by default and add `make dbg` 11 years ago
Kai Liu dcea184948 Update HISTORY.md 11 years ago
Igor Canadi 4564b2e8f9 Merge pull request #76 from lisyarus/fix_zlib_macro_bug 11 years ago
Kai Liu fd0ffbc7ca Disable the html-based coverage report by default 11 years ago
kailiu 84f8185fc0 Merge branch 'master' into performance 11 years ago
lisyarus aa6fbbfae7 Fix build in case zlib not found 11 years ago
Igor Canadi 183ba01a0e Merge pull request #71 from alberts/crc32 11 years ago
Albert Strasheim d411dc5884 crc32c: choose function in static initialization 11 years ago
kailiu d43ebd8c65 Put table factory back to public api 11 years ago
Igor Canadi 2966d764cd Fix some 32-bit compile errors 11 years ago
Lei Jin 5b3b6549d6 use super_version in NewIterator() and MultiGet() function 11 years ago
Siying Dong d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. 11 years ago
Igor Canadi 5c6ef56152 Fix printf format 11 years ago
Kai Liu 87bda51d77 Merge pull request #58 from mlin/no-stdout 11 years ago
kailiu 4f6cb17bdb First phase API clean up 11 years ago
Dhruba Borthakur 30a700657d Fix corruption_test failure caused by auto-enablement of checksum verification. 11 years ago
Igor Canadi dbbffbd772 Mark the log_number file number used 11 years ago
Siying Dong 56bea9f80d When using Universal Compaction, Zero out seqID in the last file too 11 years ago
kailiu 4e0298f23c Clean up arena API 11 years ago
Dhruba Borthakur abd70ecc2b The default settings enable checksum verification on every read. 11 years ago
Igor Canadi ac92420fc5 Merge branch 'master' into performance 11 years ago
Yueh-Hsuan Chiang a46ac92138 Allow command line tool sst-dump to display table properties. 11 years ago