Commit Graph

  • 2124c85cc6 Implementing CuckooTableReader::NewIterator Radheshyam Balasundaram 2014-08-05 16:35:02 -0700
  • 02c4023666 Remove port::MemoryBarrier() from table_reader_bench sdong 2014-08-05 11:24:01 -0700
  • 1129921e9b logging_when_create_and_delete_manifest Feng Zhu 2014-08-04 11:25:42 -0700
  • 5e3d5c5f6e Simplify SpatialIndexCursor Igor Canadi 2014-08-01 16:50:40 -0400
  • 9c5a3f4746 FeatureSet DebugString Igor Canadi 2014-08-01 08:55:37 -0700
  • e4c3673923 Never CompactRange to level 0 in level compaction Igor Canadi 2014-08-01 06:41:48 -0700
  • 0c9d03ba10 Fixing broken Mac build Radheshyam Balasundaram 2014-07-31 20:52:13 -0700
  • 1903aa5cc7 Fixed a warning / error in signed and unsigned comparison Yueh-Hsuan Chiang 2014-07-31 14:48:00 -0700
  • 67dae255a9 Remove a check for merge operator in builder.cc Yueh-Hsuan Chiang 2014-07-31 12:58:16 -0700
  • 2105ecac4d Temporary remove the last test in merge_test Yueh-Hsuan Chiang 2014-07-31 11:20:49 -0700
  • b0999011e2 use stack instead of heap memory in ReadBlockContents in some case Feng Zhu 2014-07-30 23:11:59 -0700
  • 2ea5e78af7 Merge pull request #217 from zxcvdavid/patch-1 Yueh-Hsuan Chiang 2014-07-30 21:04:27 -0700
  • 7ef7df005f fix project name in the comments Demon 2014-07-31 11:42:36 +0800
  • 3215967205 Fix readonly db Stanislau Hlebik 2014-07-30 18:21:55 -0700
  • e9269e6ece Fixed a typo in the comment for merge operator. Yueh-Hsuan Chiang 2014-07-30 17:25:11 -0700
  • 49ee5a4ac4 Fixed the crash when merge_operator is not properly set after reopen. Yueh-Hsuan Chiang 2014-07-30 17:24:36 -0700
  • 8f09d53fd1 remove malloc when create data and index iterator in Get Feng Zhu 2014-07-30 16:34:35 -0700
  • 76286ee67e Remove unnecessary constructor parameter from ColumnFamilyData Stanislau Hlebik 2014-07-30 13:53:08 -0700
  • 473e829784 Fix ldb dump_manifest sdong 2014-07-29 18:37:00 -0700
  • 99e03bcbf1 Better comment for inplace_update_support Igor Canadi 2014-07-30 09:32:47 -0700
  • 91c01485d1 Minor changes to CuckooTableBuilder Radheshyam Balasundaram 2014-07-28 17:14:25 -0700
  • f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers sdong 2014-07-28 15:28:53 -0700
  • f6784766db Add DB property estimated number of keys sdong 2014-07-28 14:50:16 -0700
  • 7e8bb71dd0 InternalStats to take cfd on constructor Lei Jin 2014-07-28 12:27:08 -0700
  • 1bd3431f7c Change StopWatch interface Lei Jin 2014-07-28 12:22:37 -0700
  • f6ca226c17 make statistics forward-able Lei Jin 2014-07-28 12:10:49 -0700
  • 40fa8a4cd5 make statistics forward-able Lei Jin 2014-07-28 12:05:36 -0700
  • 4a8f0c957c Block::Iter::PrefixSeek() to have an extra check to filter out some false matches sdong 2014-07-25 14:38:18 -0700
  • 62f9b071ff Implementation of CuckooTableReader Radheshyam Balasundaram 2014-07-25 16:37:32 -0700
  • d650612c4c expose RateLimiter definition Lei Jin 2014-07-25 15:17:06 -0700
  • 28b367db15 Initialize next_id Igor Canadi 2014-07-25 10:29:50 -0700
  • c8e70e6bf8 Fix valgrind test Igor Canadi 2014-07-24 17:26:48 -0700
  • 6480717a26 Fixed compaction-related errors where number of input levels are hard-coded. Yueh-Hsuan Chiang 2014-07-24 17:06:00 -0700
  • f780f35b06 Fix compile warning Igor Canadi 2014-07-24 16:45:26 -0400
  • 0754d4cb3b SpatialDB change API Igor Canadi 2014-07-24 16:39:33 -0400
  • 07a7d870b8 Addressing TODOs in CuckooTableBuilder Radheshyam Balasundaram 2014-07-24 10:07:41 -0700
  • 4b61a3d67d Merge branch 'ankgup87-master' Yueh-Hsuan Chiang 2014-07-23 15:49:14 -0700
  • 10fc6c7d25 [Java] Add compaction style to options Yueh-Hsuan Chiang 2014-07-23 15:44:25 -0700
  • 41a697256f NewIterators in read-only mode Igor Canadi 2014-07-23 16:52:11 -0400
  • e5f6980d99 Fix release compile error Igor Canadi 2014-07-23 16:49:58 -0400
  • da9274574f Use IterKey instead of string in Block::Iter to reduce malloc Feng Zhu 2014-07-23 12:31:11 -0700
  • 6296330417 SpatialDB Igor Canadi 2014-07-23 14:22:58 -0400
  • b5c4c0b86b [Java] Add the missing ROCKSDB_JAR variable in Makefile Yueh-Hsuan Chiang 2014-07-23 11:16:18 -0700
  • 6e7e3e45ff [Java] Update header inclusion of utilities files Yueh-Hsuan Chiang 2014-07-23 11:15:14 -0700
  • 00f56dfa28 Fixed a compile error in util/options_builder.cc Yueh-Hsuan Chiang 2014-07-23 10:31:32 -0700
  • 0e1b4787ed Fixed a bug in Compaction.cc where input_levels_ was not properly resized. Yueh-Hsuan Chiang 2014-07-23 10:22:21 -0700
  • f82d4a2498 Also bump version in Makefile Igor Canadi 2014-07-23 10:28:41 -0400
  • 1053358a84 Bump the version Igor Canadi 2014-07-23 10:21:54 -0400
  • 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h Igor Canadi 2014-07-23 10:21:38 -0400
  • e6de02103a Add a utility function to guess optimized options based on constraints sdong 2014-05-16 10:35:41 -0700
  • 250f035782 [Java] Optimize statistics collector, improve object dependency in RocksObjects Yueh-Hsuan Chiang 2014-07-22 14:53:12 -0700
  • 25682d1596 [Java] Optimize statistics collector, improve object dependency in RocksObjects Ankit Gupta 2014-07-09 23:13:28 -0700
  • 2d3d63597a Fix signed-unsigned compare error Igor Canadi 2014-07-22 15:35:07 -0400
  • f6272e3055 Fixing memory leaks in cuckoo_table_builder_test Radheshyam Balasundaram 2014-07-22 09:49:04 -0700
  • d19aa25594 [Java] Add Java support for cache sharding. Yueh-Hsuan Chiang 2014-07-22 09:48:37 -0700
  • ae7743f226 Fixed some make and linking issues of RocksDBJava Yueh-Hsuan Chiang 2014-07-21 22:41:54 -0700
  • f6b7e1ed1a Allow user to specify DB path of output file of manual compaction sdong 2014-07-16 17:39:18 -0700
  • bbe2e91d00 Fixed a compile error of cuckoo_table_builder. Yueh-Hsuan Chiang 2014-07-21 15:17:09 -0700
  • cf3da899b0 Adding a new SST table builder based on Cuckoo Hashing Radheshyam Balasundaram 2014-07-21 13:26:09 -0700
  • f6f1533c6f make internal stats independent of statistics Lei Jin 2014-07-21 12:57:29 -0700
  • 50c2dcb78f add options.block_restart_interval in db_bench Feng Zhu 2014-07-21 12:01:40 -0700
  • 9c0d84d240 improve comments for CrateRateLimiter() Lei Jin 2014-07-21 11:03:16 -0700
  • c1a90b0848 Fix db_bench Stanislau Hlebik 2014-07-21 10:31:33 -0700
  • 80a94d0517 [Java] Fixed the Java compilation error caused by PlainTableFactory API change. Yueh-Hsuan Chiang 2014-07-21 09:19:28 -0700
  • 37693704d6 Merge pull request #207 from Chilledheart/develop Igor Canadi 2014-07-20 12:08:53 -0400
  • 54f4e2f188 Fix clang compiler warnings Chilledheart 2014-07-20 22:56:40 +0800
  • f4c49aeade Update HISTORY.md Stanislau Hlebik 2014-07-18 17:23:19 -0700
  • 9d70cce047 Adding option to save PlainTable index and bloom filter in SST file. Stanislau Hlebik 2014-07-18 16:58:13 -0700
  • 92d73cbe78 Add PlainTableOptions Stanislau Hlebik 2014-07-18 00:08:38 -0700
  • 052ddbe0e2 Add MaxInputLevel() to CompactionPicker Yueh-Hsuan Chiang 2014-07-17 18:01:04 -0700
  • 2f289dccf3 Add -Wsign-compare to WARNING_FLAGS in Makefile Yueh-Hsuan Chiang 2014-07-17 17:26:12 -0700
  • aac941b3f0 Fixed a signed and unsigned comparison in Compaction Yueh-Hsuan Chiang 2014-07-17 16:37:25 -0700
  • 0d57e3ad7d Guarding files_ attribute with #ifndef NDEBUG guard in FilePicker class. Radheshyam Balasundaram 2014-07-17 15:07:05 -0700
  • 3178510153 Allow class Compaction to handle input files from multiple levels. Yueh-Hsuan Chiang 2014-07-17 14:36:41 -0700
  • 296e340753 Add struct CompactionInputFiles to manage compaction input files. Yueh-Hsuan Chiang 2014-07-16 18:12:17 -0700
  • bc6b2ab401 enable kHashSearch for blocktable in db_bench Feng Zhu 2014-07-16 17:32:30 -0700
  • 87895c62db fix bug in LOG for flush memtable Feng Zhu 2014-07-16 16:56:49 -0700
  • 1c9f190ae3 Fix db_test Stanislau Hlebik 2014-07-16 14:51:43 -0700
  • 0418e66e2a Refactoring Version::Get() Radheshyam Balasundaram 2014-07-16 13:33:02 -0700
  • c11d604ab3 store file_indexer info in sequential memory Feng Zhu 2014-07-16 11:21:30 -0700
  • 1614284eff Fix compressed cache Igor Canadi 2014-07-16 06:45:49 -0700
  • d916593ead Add Prev() for merge operator Stanislau Hlebik 2014-07-15 16:10:18 -0700
  • 0abaed2e08 Support multiple DB directories in universal compaction style sdong 2014-07-14 15:34:30 -0700
  • 20c056306b Remove stats logger Igor Canadi 2014-07-15 09:16:32 -0400
  • dd6c444822 Improve Put()'s comment to indicate that the key is overwritten if existing sdong 2014-07-14 12:06:22 -0700
  • d2a727c182 BG -> GB Igor Canadi 2014-07-14 09:06:38 -0700
  • 591c2a3b4b [db stress] Don't drop column families if there's only 1 Igor Canadi 2014-07-14 07:56:07 -0700
  • ee6b35e55a Fix mac compile Igor Canadi 2014-07-14 09:56:52 -0400
  • 46f0f6ddd5 improve InternalStats output Lei Jin 2014-07-11 15:03:30 -0700
  • 178fd6f9db use FileLevel in LevelFileNumIterator Feng Zhu 2014-07-11 12:52:41 -0700
  • 3b97ee96c4 ForwardIterator seek bugfix Tomislav Novak 2014-07-10 15:14:24 -0700
  • a51fbf5f3f Update HISTORY.md for release 3.3 Yueh-Hsuan Chiang 2014-07-10 13:35:04 -0700
  • 3f53d2762f Merge pull request #200 from rdallman/missing_cf Igor Canadi 2014-07-10 13:29:40 -0700
  • 5ff6633588 Fix mac compile Igor Canadi 2014-07-10 13:19:28 -0700
  • 1fc71a4b16 C API: create missing cf's, cleanup Reed Allman 2014-07-10 12:53:46 -0700
  • 105c1e099b ForwardIterator::status() checks all child iterators Tomislav Novak 2014-07-09 17:46:18 -0700
  • 01700b6911 Update master to version 3.3 sdong 2014-07-10 11:37:53 -0700
  • 36de0e5359 Add a function to return current perf level sdong 2014-07-10 11:35:07 -0700
  • 30c81e7717 Removing NewTotalOrderPlainTableFactory Stanislau Hlebik 2014-07-10 11:32:04 -0700
  • 536f4b31a6 Add missing DB functions to DocumentDB Igor Canadi 2014-07-10 09:52:46 -0700