Commit Graph

194 Commits (746cfaac5847a087b05446ca56a489e401553b97)

Author SHA1 Message Date
Hasnain Lakhani 373c665edf Fix broken test in 31b02d. 10 years ago
Igor Canadi cd0980150b Add concurrency to compacting SpatialDB 10 years ago
Hasnain Lakhani 31b02dc21d Improve Backup Engine. 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
sdong ac6afaf9ef Enforce naming convention of getters in version_set.h 10 years ago
Jonah Cohen c1a924b9f0 Move convenience.h to /include 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
sdong 4d2ba38b65 Make VersionBuilder unit testable 10 years ago
Yueh-Hsuan Chiang 37e9b63701 Apply InfoLogLevel to the logs in utilities/ttl/db_ttl_impl.h 10 years ago
Yueh-Hsuan Chiang 6afafa3694 Apply InfoLogLevel to the logs in utilities/merge_operators/uint64add.cc 10 years ago
sdong 76d1c28e82 Make CompactionPicker more easily tested 10 years ago
Lei Jin 834c67d77f rename FileLevel to LevelFilesBrief / unfriend CompactedDBImpl 10 years ago
sdong 5cc9adf5ba WriteBatchWithIndex's Iterator bug of SeekToFirst() and SeekToLast() 10 years ago
Igor Canadi 833357402c WriteBatchWithIndex supports an iterator that merge its change with a base iterator. 10 years ago
sdong 4f65fbd197 WriteBatchWithIndex's iterator to support SeekToFirst(), SeekToLast() and Prev() 10 years ago
sdong f441b273ae WriteBatchWithIndex to support an option to overwrite rows when operating the same key 10 years ago
Lei Jin cd0d581ff5 convert Options from string 10 years ago
Igor Canadi 63eade401a Fix error introduced by merge 10 years ago
Nik Bougalis b87db07152 Avoid dereferencing a null field 10 years ago
fyrz 1c7c764761 Replaced obsolete comparator with builtin variant. 10 years ago
Danny Al-Gaaf 9d6f380866 backupable_db_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 8ff0b40955 document_db_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 177caca428 ttl/ttl_test.cc: pass const string param by reference 10 years ago
Danny Al-Gaaf 86e29f0334 document_db.cc: remove unused variable 10 years ago
Danny Al-Gaaf e55aea5512 document_db.cc: fix assert 10 years ago
Danny Al-Gaaf b140375565 ttl/ttl_test.cc: prefer prefix ++operator for non-primitive types 10 years ago
Danny Al-Gaaf 43c789c8f2 spatialdb/spatial_db.cc: use !empty() instead of 'size() > 0' 10 years ago
Danny Al-Gaaf 0de452ee9f document_db.cc: pass const parameter by reference 10 years ago
Danny Al-Gaaf 873f1356a1 db_ttl_impl.h: pass func parameter by reference 10 years ago
Lei Jin fd5d80d55e CompactedDB: log using the correct info_log 10 years ago
Lei Jin 2faf49d5f1 use GetContext to replace callback function pointer 10 years ago
Lei Jin fbd2dafc9f CompactedDBImpl::MultiGet() for better CuckooTable performance 10 years ago
Lei Jin 3c68006109 CompactedDBImpl 10 years ago
sdong d0de413f4d WriteBatchWithIndex to allow different Comparators for different column families 10 years ago
Torrie Fischer ed9a2df8cc fix unity build 10 years ago
Yueh-Hsuan Chiang 035043559d Fixed a signed-unsigned comparison in spatial_db.cc -- issue #293 10 years ago
Igor Canadi a52cecb56c Fix Mac compile 10 years ago
Xiaozheng Tie 6cc12860f0 Added a few statistics for BackupableDB 10 years ago
Igor Canadi 55114e7f40 Some updates for SpatialDB 10 years ago
Nik Bougalis d40c1f742f Add missing break statement 10 years ago
liuhuahang bb6ae0f80c fix more compile warnings 10 years ago
Nik Bougalis 0cd0ec4fe0 Plug memory leak during index creation 10 years ago
Igor Canadi a4816269f1 Relax backupable rate limiting test 10 years ago
liuhuahang ef5b384729 fix a few compile warnings 10 years ago
Igor Canadi 2a8faf797c Compact SpatialDB as we go, not at the end 10 years ago
Igor Canadi 1913ce27b9 more concurrent flushes in SpatialDB 10 years ago
Igor Canadi 808e809366 Adjust SpatialDB column family options 10 years ago
Igor Canadi 0c39f54dfb Use Vector memtable when bulk loading SpatialDB 10 years ago
Igor Canadi ff6ec0eb17 Optimize SpatialDB 10 years ago