Commit Graph

2052 Commits (606a12670310a190c37c9431dfd1ed50b3d074b9)
 

Author SHA1 Message Date
Radheshyam Balasundaram 606a126703 Changing implementaiton of CuckooTableBuilder to not take file_size, key_length, value_length. 10 years ago
Radheshyam Balasundaram 2124c85cc6 Implementing CuckooTableReader::NewIterator 10 years ago
sdong 02c4023666 Remove port::MemoryBarrier() from table_reader_bench 10 years ago
Feng Zhu 1129921e9b logging_when_create_and_delete_manifest 10 years ago
Igor Canadi 5e3d5c5f6e Simplify SpatialIndexCursor 10 years ago
Igor Canadi 9c5a3f4746 FeatureSet DebugString 10 years ago
Igor Canadi e4c3673923 Never CompactRange to level 0 in level compaction 10 years ago
Radheshyam Balasundaram 0c9d03ba10 Fixing broken Mac build 10 years ago
Yueh-Hsuan Chiang 1903aa5cc7 Fixed a warning / error in signed and unsigned comparison 10 years ago
Yueh-Hsuan Chiang 67dae255a9 Remove a check for merge operator in builder.cc 10 years ago
Yueh-Hsuan Chiang 2105ecac4d Temporary remove the last test in merge_test 10 years ago
Feng Zhu b0999011e2 use stack instead of heap memory in ReadBlockContents in some case 10 years ago
Yueh-Hsuan Chiang 2ea5e78af7 Merge pull request #217 from zxcvdavid/patch-1 10 years ago
Demon 7ef7df005f fix project name in the comments 10 years ago
Stanislau Hlebik 3215967205 Fix readonly db 10 years ago
Yueh-Hsuan Chiang e9269e6ece Fixed a typo in the comment for merge operator. 10 years ago
Yueh-Hsuan Chiang 49ee5a4ac4 Fixed the crash when merge_operator is not properly set after reopen. 10 years ago
Feng Zhu 8f09d53fd1 remove malloc when create data and index iterator in Get 10 years ago
Stanislau Hlebik 76286ee67e Remove unnecessary constructor parameter from ColumnFamilyData 10 years ago
sdong 473e829784 Fix ldb dump_manifest 10 years ago
Igor Canadi 99e03bcbf1 Better comment for inplace_update_support 10 years ago
Radheshyam Balasundaram 91c01485d1 Minor changes to CuckooTableBuilder 10 years ago
sdong f04356e660 Add DB::GetIntProperty() to return integer properties to be returned as integers 10 years ago
sdong f6784766db Add DB property estimated number of keys 10 years ago
Lei Jin 7e8bb71dd0 InternalStats to take cfd on constructor 10 years ago
Lei Jin 1bd3431f7c Change StopWatch interface 10 years ago
Lei Jin f6ca226c17 make statistics forward-able 10 years ago
Lei Jin 40fa8a4cd5 make statistics forward-able 10 years ago
sdong 4a8f0c957c Block::Iter::PrefixSeek() to have an extra check to filter out some false matches 10 years ago
Radheshyam Balasundaram 62f9b071ff Implementation of CuckooTableReader 10 years ago
Lei Jin d650612c4c expose RateLimiter definition 10 years ago
Igor Canadi 28b367db15 Initialize next_id 10 years ago
Igor Canadi c8e70e6bf8 Fix valgrind test 10 years ago
Yueh-Hsuan Chiang 6480717a26 Fixed compaction-related errors where number of input levels are hard-coded. 10 years ago
Igor Canadi f780f35b06 Fix compile warning 10 years ago
Igor Canadi 0754d4cb3b SpatialDB change API 10 years ago
Radheshyam Balasundaram 07a7d870b8 Addressing TODOs in CuckooTableBuilder 10 years ago
Yueh-Hsuan Chiang 4b61a3d67d Merge branch 'ankgup87-master' 10 years ago
Yueh-Hsuan Chiang 10fc6c7d25 [Java] Add compaction style to options 10 years ago
Igor Canadi 41a697256f NewIterators in read-only mode 10 years ago
Igor Canadi e5f6980d99 Fix release compile error 10 years ago
Feng Zhu da9274574f Use IterKey instead of string in Block::Iter to reduce malloc 10 years ago
Igor Canadi 6296330417 SpatialDB 10 years ago
Yueh-Hsuan Chiang b5c4c0b86b [Java] Add the missing ROCKSDB_JAR variable in Makefile 10 years ago
Yueh-Hsuan Chiang 6e7e3e45ff [Java] Update header inclusion of utilities files 10 years ago
Yueh-Hsuan Chiang 00f56dfa28 Fixed a compile error in util/options_builder.cc 10 years ago
Yueh-Hsuan Chiang 0e1b4787ed Fixed a bug in Compaction.cc where input_levels_ was not properly resized. 10 years ago
Igor Canadi f82d4a2498 Also bump version in Makefile 10 years ago
Igor Canadi 1053358a84 Bump the version 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago