1
0
Fork 0
arangodb/arangod/RocksDBEngine
Michael Hackstein 10b212b5a3 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-28 13:11:45 +02:00
..
CMakeLists.txt Added RocksDB WAL types 2017-04-25 20:55:21 +02:00
RocksDBBackgroundThread.cpp Enabled writing-out of last-used tick for RocksDB to avoid duplicate errors. 2017-04-27 18:52:44 -04:00
RocksDBBackgroundThread.h Added rocksdb background thread 2017-04-20 18:50:52 +02:00
RocksDBCollection.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-04-28 13:11:45 +02:00
RocksDBCollection.h honor exclusive locks 2017-04-25 12:56:56 +02:00
RocksDBCollectionExport.cpp
RocksDBCollectionExport.h
RocksDBCommon.cpp do checking before creating copy of slice 2017-04-26 08:33:23 +02:00
RocksDBCommon.h WAL tailing 2017-04-27 17:38:02 +02:00
RocksDBComparator.cpp
RocksDBComparator.h
RocksDBCounterManager.cpp abort early 2017-04-28 11:34:36 +02:00
RocksDBCounterManager.h Enabled writing-out of last-used tick for RocksDB to avoid duplicate errors. 2017-04-27 18:52:44 -04:00
RocksDBEdgeIndex.cpp fix crashes 2017-04-25 15:47:11 +02:00
RocksDBEdgeIndex.h fix crashes 2017-04-25 15:47:11 +02:00
RocksDBEngine.cpp Fixed restoreIndox for RocksDB. Also removed Primary and EdgeIndexes from Inventory, which is identical to MMFiles 2017-04-28 11:09:53 +02:00
RocksDBEngine.h Added WAL MARKERS for CreateCollection, RenameCollection and DropIndex, also adjested WalMarkerType constructors. 2017-04-26 18:32:28 +02:00
RocksDBExportCursor.cpp
RocksDBExportCursor.h
RocksDBHashIndex.cpp
RocksDBHashIndex.h Fixing aql query index optimizer 2017-04-19 10:16:19 +02:00
RocksDBIndex.cpp added missing return 2017-04-24 23:30:57 +02:00
RocksDBIndex.h try to fix feature startup order (Scheduler vs. CacheManager vs. DatabaseFeature) 2017-04-24 13:17:21 +02:00
RocksDBIndexFactory.cpp Fixed restoreIndox for RocksDB. Also removed Primary and EdgeIndexes from Inventory, which is identical to MMFiles 2017-04-28 11:09:53 +02:00
RocksDBIndexFactory.h add engine capabilities 2017-04-06 14:50:27 +02:00
RocksDBKey.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBKey.h Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBKeyBounds.cpp fixes for non-array IN lookups, added tests 2017-04-25 01:47:07 +02:00
RocksDBKeyBounds.h fixes for non-array IN lookups, added tests 2017-04-25 01:47:07 +02:00
RocksDBLogValue.cpp Fixed WAL tailing 2017-04-27 19:14:57 +02:00
RocksDBLogValue.h Fixed broken WAL tailing function 2017-04-27 18:23:10 +02:00
RocksDBPersistentIndex.h
RocksDBPrimaryIndex.cpp fixes for non-array IN lookups, added tests 2017-04-25 01:47:07 +02:00
RocksDBPrimaryIndex.h Incremental sync 2017-04-21 18:10:10 +02:00
RocksDBReplicationCommon.cpp Added (rough) logger-follow handler. 2017-04-20 14:59:49 -04:00
RocksDBReplicationCommon.h Added (rough) logger-follow handler. 2017-04-20 14:59:49 -04:00
RocksDBReplicationContext.cpp Fixed Dump. It tried to insert contains of a builder into itself 2017-04-28 13:10:27 +02:00
RocksDBReplicationContext.h Working on replication 2017-04-26 13:32:12 +02:00
RocksDBReplicationManager.cpp try to fix shutdown issues 2017-04-26 09:58:19 +02:00
RocksDBReplicationManager.h try to fix shutdown issues 2017-04-26 09:58:19 +02:00
RocksDBReplicationTailing.cpp Fixed WAL tailing 2017-04-27 19:14:57 +02:00
RocksDBReplicationTailing.h Split replication context/status/tailing. 2017-04-20 11:10:08 -04:00
RocksDBRestExportHandler.cpp
RocksDBRestExportHandler.h
RocksDBRestHandlers.cpp add contextId to replication handler 2017-04-20 10:56:17 +02:00
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBRestReplicationHandler.h Copied missing RestReplicationHandlers from MMFiles to RocksDB. Preparation for ClusterSynchronous replication. Untested yet. 2017-04-27 17:16:51 +02:00
RocksDBRestWalHandler.cpp
RocksDBRestWalHandler.h
RocksDBSkiplistIndex.h
RocksDBToken.h Initial partial implementation of replication contexts. 2017-04-18 19:55:18 -04:00
RocksDBTransactionCollection.cpp honor exclusive locks 2017-04-25 12:56:56 +02:00
RocksDBTransactionCollection.h first stab at exclusive locks 2017-04-20 12:25:53 +02:00
RocksDBTransactionContextData.cpp
RocksDBTransactionContextData.h
RocksDBTransactionState.cpp WAL tailing 2017-04-27 17:38:02 +02:00
RocksDBTransactionState.h WAL tailing 2017-04-27 17:38:02 +02:00
RocksDBTypes.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBTypes.h Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBV8Functions.cpp
RocksDBV8Functions.h
RocksDBVPackIndex.cpp fixes for non-array IN lookups, added tests 2017-04-25 01:47:07 +02:00
RocksDBVPackIndex.h Changed index VPack building to include forPersistence flag. 2017-04-17 17:04:50 -04:00
RocksDBValue.cpp Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBValue.h Enabled saving applier config and fixed some replication tests/behavior. 2017-04-27 22:39:48 -04:00
RocksDBView.cpp
RocksDBView.h