1
0
Fork 0
arangodb/arangod/RocksDBEngine
Dan Larkin fa2441cc96 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-23 10:16:58 -04:00
..
CMakeLists.txt Fixed RocksDB export API. 2017-05-23 10:16:53 -04:00
RocksDBAqlFunctions.cpp adding transactions to the geo index 2017-05-10 14:54:39 +02:00
RocksDBAqlFunctions.h Fixing parser bug 2017-05-06 01:28:44 +02:00
RocksDBBackgroundThread.cpp add some safety padding for WAL file deletion 2017-05-05 15:31:57 +02:00
RocksDBBackgroundThread.h Added explicit WAL file lifecycle management to reduce space overhead from replication. 2017-05-04 15:16:24 -04:00
RocksDBCollection.cpp Adding bound checking back 2017-05-22 19:09:32 +02:00
RocksDBCollection.h optimizations 2017-05-17 23:41:16 +02:00
RocksDBCommon.cpp The Cuckoo index estimator now uses 32bit counters instead of 16bit. It should be more relyable now. 2017-05-23 12:56:24 +02:00
RocksDBCommon.h The Cuckoo index estimator now uses 32bit counters instead of 16bit. It should be more relyable now. 2017-05-23 12:56:24 +02:00
RocksDBComparator.cpp added Equal function to Comparator 2017-05-19 09:58:19 +02:00
RocksDBComparator.h added Equal function to Comparator 2017-05-19 09:58:19 +02:00
RocksDBCounterManager.cpp The Cuckoo index estimator now uses 32bit counters instead of 16bit. It should be more relyable now. 2017-05-23 12:56:24 +02:00
RocksDBCounterManager.h Implemented index estimates for RocksDB. Now the following indexes have 2017-05-15 17:17:58 +02:00
RocksDBCuckooIndexEstimator.h Fixed a bug where the IndexEstimator could get into undefined behaviour if the persisted estimate contains a size of 0. 2017-05-23 14:25:53 +02:00
RocksDBEdgeIndex.cpp Fixed usage of std::min on apple clang. It complains that size_t != uint64_t. Now both sides are uint64_t 2017-05-22 08:03:18 +02:00
RocksDBEdgeIndex.h The RocksDBEdgeIndexCache now can increase the values size it wants to cache, there is no hardcoded upperbound anymore. Also moved a lot of state out of the iterator. 2017-05-21 23:30:33 +02:00
RocksDBEngine.cpp Temporary Commit, modifying some RocksDB Options and the EdgeIndex Cache size. This commit is used for NoSQL Performance Banchmark validation. 2017-05-18 15:45:49 +02:00
RocksDBEngine.h Addding locking, fixing conversion warning 2017-05-11 17:38:50 +02:00
RocksDBExportCursor.cpp Fixed RocksDB export API. 2017-05-23 10:16:53 -04:00
RocksDBExportCursor.h Fixed RocksDB export API. 2017-05-23 10:16:53 -04:00
RocksDBFulltextIndex.cpp optimizations 2017-05-17 23:41:16 +02:00
RocksDBFulltextIndex.h Various changes 2017-05-16 10:58:15 +02:00
RocksDBGeoIndex.cpp GeoIndex performance improvements 2017-05-16 17:56:13 +02:00
RocksDBGeoIndex.h Various changes 2017-05-16 10:58:15 +02:00
RocksDBGeoIndexImpl.cpp GeoIndex performance improvements 2017-05-16 17:56:13 +02:00
RocksDBGeoIndexImpl.h Various changes 2017-05-16 10:58:15 +02:00
RocksDBGeoIndexImplHelper.h Added geo index CRUD functionality 2017-05-08 14:49:58 +02:00
RocksDBHashIndex.cpp
RocksDBHashIndex.h Implemented index estimates for RocksDB. Now the following indexes have 2017-05-15 17:17:58 +02:00
RocksDBIndex.cpp Adding bound checking back 2017-05-22 19:09:32 +02:00
RocksDBIndex.h Adding bound checking back 2017-05-22 19:09:32 +02:00
RocksDBIndexFactory.cpp added missing include 2017-05-22 15:58:07 +02:00
RocksDBIndexFactory.h Removed code paths that wrote objectIds into the Agency. This did break replication. 2017-05-02 14:59:19 +02:00
RocksDBInitialSync.h try to fix initial sync problem 2017-05-10 12:57:53 +02:00
RocksDBKey.cpp fix warning 2017-05-22 16:00:05 +02:00
RocksDBKey.h optimizations 2017-05-17 23:41:16 +02:00
RocksDBKeyBounds.cpp inline functions 2017-05-22 15:58:27 +02:00
RocksDBKeyBounds.h inline functions 2017-05-22 15:58:27 +02:00
RocksDBLogValue.cpp improve error messages 2017-05-04 16:34:22 +02:00
RocksDBLogValue.h Fixed broken WAL tailing function 2017-04-27 18:23:10 +02:00
RocksDBMethods.cpp optimizations 2017-05-17 23:41:16 +02:00
RocksDBMethods.h optimizations 2017-05-17 23:41:16 +02:00
RocksDBPersistentIndex.h
RocksDBPrefixExtractor.cpp Added prefix extractor. 2017-05-08 16:47:36 -04:00
RocksDBPrefixExtractor.h Added prefix extractor. 2017-05-08 16:47:36 -04:00
RocksDBPrimaryIndex.cpp fix init order 2017-05-23 08:57:39 +02:00
RocksDBPrimaryIndex.h fix init order 2017-05-23 08:57:39 +02:00
RocksDBReplicationCommon.cpp
RocksDBReplicationCommon.h
RocksDBReplicationContext.cpp intermediate commits 2017-05-16 16:21:39 +02:00
RocksDBReplicationContext.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBReplicationManager.cpp Added explicit WAL file lifecycle management to reduce space overhead from replication. 2017-05-04 15:16:24 -04:00
RocksDBReplicationManager.h try to fix shutdown issues 2017-04-26 09:58:19 +02:00
RocksDBReplicationTailing.cpp fix compile warnings 2017-05-15 09:29:10 +02:00
RocksDBReplicationTailing.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBRestExportHandler.cpp Fixed RocksDB export API. 2017-05-23 10:16:53 -04:00
RocksDBRestExportHandler.h Fixed RocksDB export API. 2017-05-23 10:16:53 -04:00
RocksDBRestHandlers.cpp
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp try to fix thread joining for replication applier 2017-05-18 21:05:57 +02:00
RocksDBRestReplicationHandler.h Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestWalHandler.cpp do not call SyncWAL() on Windows, as it does not work 2017-05-05 15:37:38 +02:00
RocksDBRestWalHandler.h
RocksDBSkiplistIndex.h
RocksDBToken.h
RocksDBTransactionCollection.cpp intermediate commits 2017-05-15 17:35:16 +02:00
RocksDBTransactionCollection.h intermediate commits 2017-05-15 17:35:16 +02:00
RocksDBTransactionContextData.h
RocksDBTransactionManager.h Added a missing override. 2017-05-05 10:02:06 +02:00
RocksDBTransactionState.cpp intermediate commits 2017-05-16 16:21:39 +02:00
RocksDBTransactionState.h optimizations 2017-05-17 23:41:16 +02:00
RocksDBTypes.cpp Implemented index estimates for RocksDB. Now the following indexes have 2017-05-15 17:17:58 +02:00
RocksDBTypes.h Implemented index estimates for RocksDB. Now the following indexes have 2017-05-15 17:17:58 +02:00
RocksDBV8Functions.cpp removing unused and unimplemented methods 2017-05-10 18:25:41 +02:00
RocksDBV8Functions.h fix db._engineStats() 2017-05-04 00:33:36 +02:00
RocksDBVPackIndex.cpp Adding bound checking back 2017-05-22 19:09:32 +02:00
RocksDBVPackIndex.h Adding bound checking back 2017-05-22 19:09:32 +02:00
RocksDBValue.cpp Fixed number type asserts in RocksDBValue 2017-04-28 15:42:13 +02:00
RocksDBValue.h optimizations 2017-05-17 23:41:16 +02:00
RocksDBView.cpp
RocksDBView.h