1
0
Fork 0
arangodb/arangod/RocksDBEngine
Max Neunhoeffer a347c57927 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2017-05-03 09:13:24 +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 add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBCollection.h add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBCollectionExport.cpp moved files 2017-05-02 12:34:28 +02:00
RocksDBCollectionExport.h Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
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 fix range lookups 2017-04-05 12:32:00 +02:00
RocksDBComparator.h update doc for comparator usage 2017-04-04 14:11:30 +02:00
RocksDBCounterManager.cpp Fixed recovery bug. 2017-04-28 14:02:49 -04: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 add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBEdgeIndex.h fix crashes 2017-04-25 15:47:11 +02:00
RocksDBEngine.cpp add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBEngine.h move engine specific syncer code into engines 2017-05-02 16:36:27 +02:00
RocksDBExportCursor.cpp Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
RocksDBExportCursor.h Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
RocksDBHashIndex.cpp
RocksDBHashIndex.h Fixing aql query index optimizer 2017-04-19 10:16:19 +02:00
RocksDBIndex.cpp Added an Assert when persisting an index it's objectId is not allowed to be 0 2017-05-02 13:17: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 Removed code paths that wrote objectIds into the Agency. This did break replication. 2017-05-02 14:59:19 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-02 16:41:43 +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 Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBKeyBounds.h Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBLogValue.cpp Fixed bug with drop index marker. 2017-04-28 14:35:50 -04:00
RocksDBLogValue.h Fixed broken WAL tailing function 2017-04-27 18:23:10 +02:00
RocksDBPersistentIndex.h
RocksDBPrimaryIndex.cpp Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBPrimaryIndex.h Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +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 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2017-05-02 17:55:07 +02:00
RocksDBReplicationContext.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBReplicationManager.cpp Fixed logic bug preventing file deletions in RocksDB engine. 2017-05-02 17:00:45 -04:00
RocksDBReplicationManager.h try to fix shutdown issues 2017-04-26 09:58:19 +02:00
RocksDBReplicationTailing.cpp Fixing issues with the seek incremental sync optimization 2017-05-02 17:24:49 +02:00
RocksDBReplicationTailing.h better incremental sync 2017-05-02 15:08:05 +02:00
RocksDBRestExportHandler.cpp Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
RocksDBRestExportHandler.h Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
RocksDBRestHandlers.cpp add contextId to replication handler 2017-04-20 10:56:17 +02:00
RocksDBRestHandlers.h Added RocksDB export functionality and some bug fixes. 2017-04-04 17:33:14 -04:00
RocksDBRestReplicationHandler.cpp Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestReplicationHandler.h Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestWalHandler.cpp Moving api-wal-noncluster and adding running trx 2017-04-05 11:54:30 +02:00
RocksDBRestWalHandler.h Added REST Wal handler 2017-04-04 18:27:19 +02:00
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 Enabled/fixed check for empty transactions to reduce WAL spam. 2017-05-02 13:03:00 -04:00
RocksDBTransactionState.h optimizations for empty transactions 2017-04-28 13:13:41 +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 add empty impl for recalculating counts in rocksdb engine 2017-05-02 17:54:36 +02:00
RocksDBV8Functions.h
RocksDBVPackIndex.cpp added assertions for transaction states 2017-04-28 14:28:45 +02:00
RocksDBVPackIndex.h Changed index VPack building to include forPersistence flag. 2017-04-17 17:04:50 -04:00
RocksDBValue.cpp Fixed number type asserts in RocksDBValue 2017-04-28 15:42:13 +02:00
RocksDBValue.h Fixed number type asserts in RocksDBValue 2017-04-28 15:42:13 +02:00
RocksDBView.cpp
RocksDBView.h