Commit Graph

  • 5ad7ee03ea [CF] Log deletion in column families Igor Canadi 2014-02-25 10:38:04 -0800
  • dc277f0ab7 [CF] Adaptation of GetLiveFiles for CF Igor Canadi 2014-02-25 13:16:59 -0800
  • 5a91746277 log file is uint64_t Igor Canadi 2014-02-25 12:57:43 -0800
  • 4209516359 Schedule flush when waiting on flush Igor Canadi 2014-02-25 12:04:14 -0800
  • dea894ef8d expose wal_dir in db_bench Lei Jin 2014-02-25 10:43:46 -0800
  • a8c1f2970d Merge pull request #90 from alberts/morecapi Igor Canadi 2014-02-25 10:42:53 -0800
  • 72aacf6b96 A few more C API functions. Albert Strasheim 2014-02-25 10:32:28 -0800
  • b69e7d99d5 [CF] Better handling of memtable logs Igor Canadi 2014-02-24 18:26:56 -0800
  • d39da4b578 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-24 17:09:05 -0800
  • 6ed450a58c DeleteFile should schedule Flush or Compaction Igor Canadi 2014-02-24 16:00:13 -0800
  • 2bf1151a25 Fix C API Igor Canadi 2014-02-24 15:15:34 -0800
  • 01c27be5fb A simple benchmark to measure WAL append latency sdong 2014-02-19 14:55:34 -0800
  • 18a7cdfba0 Merge pull request #82 from tecbot/api-enhancements Igor Canadi 2014-02-24 14:20:13 -0800
  • c9244dcba6 Update the instruction to build shared library Kai Liu 2014-02-24 12:29:26 -0800
  • ce2b1f7b44 added a test case for custom merge operator Thomas Adam 2014-02-23 17:58:38 +0100
  • 68248a2ac5 added a delete method for custom filter policy and merge operator to make it possible to override the cleanup behaviour of the return value Thomas Adam 2014-02-23 17:58:11 +0100
  • d45d17b2a3 allow lambda function syntax in cpplint Lei Jin 2014-02-20 12:47:05 -0800
  • 15ac5ad1f6 Update to CONTRIBUTING.md Igor Canadi 2014-02-20 10:55:54 -0800
  • b2d29675c8 Add a test in prefix_test to verify correctness of results sdong 2014-02-19 16:50:00 -0800
  • 2b205b35d8 Disable putting filter block to block cache Kai Liu 2014-02-19 15:38:57 -0800
  • d74c9b79ea Enhancements to the API Thomas Adam 2014-02-12 22:49:00 +0100
  • e90d3f7752 First Transaction Logs Should Not Skip Storage Options Given sdong 2014-02-19 10:10:45 -0800
  • 83e7842f80 Improve the check for header guard kailiu 2014-02-19 01:00:54 -0800
  • 44a9cbda17 Make GetPropertiesOfAllTables not virtual Igor Canadi 2014-02-18 11:22:16 -0800
  • 78ce24a709 Fix the lint issues in dev box Kai Liu 2014-02-14 22:22:06 -0800
  • 6aef661230 some improvements to CompressedCache test Igor Canadi 2014-02-14 17:47:53 -0800
  • 422bb09cb0 Fix table properties Igor Canadi 2014-02-14 17:02:10 -0800
  • 76c048183c Merge branch 'master' into columnfamilies Igor Canadi 2014-02-14 16:46:03 -0800
  • be7e273d83 fix u/s comparison #83 Igor Canadi 2014-02-14 16:18:55 -0800
  • c67d48c852 [CF] DB test to run on non-default column family Igor Canadi 2014-02-07 14:47:16 -0800
  • 46812f68c3 Improve/fix bugs for the cpp linter kailiu 2014-02-13 17:48:11 -0800
  • 63690625cd Expose the table properties to application kailiu 2014-02-13 16:28:21 -0800
  • b2e7ee8b41 Followup code refactor on plain table Kai Liu 2014-02-13 15:27:59 -0800
  • 85c0545fac Put *.out to the ignore list (for MacOS) Kai Liu 2014-02-13 14:14:32 -0800
  • 59cffe02c4 Benchmark table reader wiht nanoseconds Kai Liu 2014-02-13 13:55:04 -0800
  • b5140a0361 Fix table_reader_bench and add it to "make" sdong 2014-02-12 18:09:24 -0800
  • f3ae3d07cc Add more black-box tests for PlainTable and explicitly support total order mode Siying Dong 2014-02-07 16:25:38 -0800
  • 39ae9f7988 Remove constructors for ColumnFamilyHandle Igor Canadi 2014-02-12 14:33:19 -0800
  • ccdb93e775 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-12 14:01:30 -0800
  • b06840aa7d [CF] Rethinking ColumnFamilyHandle and fix to dropping column families Igor Canadi 2014-02-10 17:04:44 -0800
  • e6b3e3b4db Support prefix seek in UserCollectedProperties kailiu 2014-02-12 13:14:59 -0800
  • ca5f1a225a CompactionContext to include is_manual_compaction Igor Canadi 2014-02-12 12:24:18 -0800
  • 994c327b86 IOError cleanup Lei Jin 2014-02-12 11:42:54 -0800
  • 5fbf2ef42d preload table handle on Recover() when max_open_files == -1 Lei Jin 2014-02-12 10:43:27 -0800
  • 28b7f7faa8 enable plain table in db_bench Lei Jin 2014-02-12 10:41:55 -0800
  • 265150cb49 Fix problem 3 for issue #80 kailiu 2014-02-11 17:52:18 -0800
  • aa734ce9ab Fix a member variables initialization order issue kailiu 2014-02-11 14:12:58 -0800
  • 33042669f6 Reduce malloc of iterators in Get() code paths Siying Dong 2014-02-11 09:46:30 -0800
  • d4b789fdee Add LIBRARY back to `make dbg` Kai Liu 2014-02-10 20:11:19 -0800
  • 745c181e20 Quick fix for table_test failure kailiu 2014-02-10 17:02:02 -0800
  • 8e634d3ea4 Merge pull request #74 from alberts/lz4 Igor Canadi 2014-02-10 15:46:56 -0800
  • 5833f47114 Switch to c++11 Igor Canadi 2014-02-10 11:06:25 -0800
  • bc2ff597b8 Fixed wrong comment GetTableMetaData -> GetLiveFilesMetaData Igor Canadi 2014-02-10 10:55:10 -0800
  • df2f92214a Support for LZ4 compression. Albert Strasheim 2014-02-07 18:12:30 -0800
  • 9a270f3f6d Fix the valgrind error in table test. Kai Liu 2014-02-07 22:43:58 -0800
  • b8ea5e36b3 Fix incompatible compilation in Linux server Kai Liu 2014-02-07 19:47:48 -0800
  • 161ab42a8a Make table properties shareable kailiu 2014-02-07 19:26:49 -0800
  • 8d4db63a2d [CF] OpenWithColumnFamilies -> Open Igor Canadi 2014-02-07 14:48:48 -0800
  • 9ff9abeb83 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-07 14:40:35 -0800
  • 0982c38020 Fix compilation error with gcc 4.7 Dhruba Borthakur 2014-02-07 13:52:54 -0800
  • 99e61fdd5c [CF] Separate dumping of DBOptions and ColumnFamilyOptions Igor Canadi 2014-02-06 21:39:20 -0800
  • 4159a284c2 Merge pull request #77 from alberts/docfixes Igor Canadi 2014-02-07 12:36:12 -0800
  • d19d981df5 doc: table_stats_collectors -> table_properties_collectors. Albert Strasheim 2014-02-07 12:19:25 -0800
  • 2b8c44639a Merge branch 'master' into columnfamilies Igor Canadi 2014-02-07 11:42:56 -0800
  • 3ce8d9a988 Add support for plain table format to sst_dump. Yueh-Hsuan Chiang 2014-02-04 16:21:47 -0800
  • 1560bb913e Readrandom with tailing iterator Igor Canadi 2014-02-07 09:47:47 -0800
  • d53b188228 Fix some errors detected by coverity scan Igor Canadi 2014-02-06 21:59:44 -0800
  • 1d08140e81 Compile -O2 by default and add `make dbg` kailiu 2014-02-06 16:11:35 -0800
  • 0143abdbb0 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-06 15:42:16 -0800
  • dcea184948 Update HISTORY.md Kai Liu 2014-02-06 15:52:16 -0800
  • 0b4ccf765c Flushes should always go to HIGH priority thread pool Igor Canadi 2014-02-06 12:59:16 -0800
  • 4564b2e8f9 Merge pull request #76 from lisyarus/fix_zlib_macro_bug Igor Canadi 2014-02-06 13:05:03 -0800
  • fd0ffbc7ca Disable the html-based coverage report by default Kai Liu 2014-02-06 00:11:18 -0800
  • f8d5443efe [CF] Thread-safety guarantees for ColumnFamilySet Igor Canadi 2014-02-06 11:44:50 -0800
  • 8fa8a708ef [CF] Propagate correct options to WriteBatch::InsertInto Igor Canadi 2014-02-05 16:02:48 -0800
  • 84f8185fc0 Merge branch 'master' into performance kailiu 2014-02-05 20:56:14 -0800
  • b4f441f48a Fixed a bug introduced by previous commit Igor Canadi 2014-02-05 14:58:24 -0800
  • f276e0e59d [CF] Options -> DBOptions Igor Canadi 2014-02-05 13:12:23 -0800
  • aa6fbbfae7 Fix build in case zlib not found lisyarus 2014-02-06 01:34:18 +0400
  • 6e56ab5702 [CF] Add full_options_ to ColumnFamilyData Igor Canadi 2014-02-05 12:20:40 -0800
  • 328ac7ee02 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-05 12:00:33 -0800
  • c24d8c4e90 [CF] Rethink table cache Igor Canadi 2014-02-05 09:07:55 -0800
  • 183ba01a0e Merge pull request #71 from alberts/crc32 Igor Canadi 2014-02-05 08:23:56 -0800
  • d411dc5884 crc32c: choose function in static initialization Albert Strasheim 2014-02-02 12:52:52 -0800
  • 7b9f134959 [CF] Move InternalStats to ColumnFamilyData Igor Canadi 2014-02-04 17:45:19 -0800
  • 73f62255c1 [CF] Split SanitizeOptions into two Igor Canadi 2014-02-04 16:31:18 -0800
  • d43ebd8c65 Put table factory back to public api kailiu 2014-02-03 19:48:45 -0800
  • 5e2c4fe766 Get rid of DBImpl::user_comparator() Igor Canadi 2014-02-03 17:48:07 -0800
  • 0e22badc08 [column families] Iterator and MultiGet Igor Canadi 2014-02-03 15:28:03 -0800
  • 2966d764cd Fix some 32-bit compile errors Igor Canadi 2014-02-03 13:48:30 -0800
  • 2a9271b403 Merge branch 'master' into columnfamilies Igor Canadi 2014-02-03 13:44:47 -0800
  • 5b3b6549d6 use super_version in NewIterator() and MultiGet() function Lei Jin 2014-02-03 13:13:36 -0800
  • 29bacb2eb6 VersionSet cleanup Igor Canadi 2014-02-03 12:08:33 -0800
  • d169b67680 [Performance Branch] PlainTable to encode rows with seqID 0, value type using 1 internal byte. Siying Dong 2014-01-27 13:53:22 -0800
  • 5c6ef56152 Fix printf format Igor Canadi 2014-02-03 10:21:58 -0800
  • 87bda51d77 Merge pull request #58 from mlin/no-stdout Kai Liu 2014-02-03 00:38:11 -0800
  • 4f6cb17bdb First phase API clean up kailiu 2014-01-27 21:58:46 -0800
  • 27a8856c23 Compacting column families Igor Canadi 2014-01-31 16:45:20 -0800
  • 5661ed8b80 Fix reduce_levels_test Igor Canadi 2014-01-31 19:44:48 -0800
  • fe9bd300d6 Merge branch 'master' into columnfamilies Igor Canadi 2014-01-31 17:17:22 -0800