1
0
Fork 0
arangodb/arangod/RocksDBEngine
Dan Larkin 1ea4dcc4fd Merge branch 'devel' of github.com:arangodb/arangodb into devel 2017-05-03 20:21:17 -04:00
..
CMakeLists.txt Added RocksDB WAL types 2017-04-25 20:55:21 +02:00
RocksDBBackgroundThread.cpp write settings on shutdown 2017-05-03 15:18:17 +02: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-05-03 20:21:17 -04: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
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 update tick values from numeric keys 2017-05-03 22:44:58 +02:00
RocksDBCounterManager.h write settings on shutdown 2017-05-03 15:18:17 +02:00
RocksDBEdgeIndex.cpp fixed unique contraints 2017-05-03 17:45:21 +02:00
RocksDBEdgeIndex.h fixed unique contraints 2017-05-03 17:45:21 +02:00
RocksDBEngine.cpp allow configuration of use_fsync from the outside 2017-05-04 01:15:09 +02:00
RocksDBEngine.h disable dfdb in RocksDB 2017-05-04 01:15:02 +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 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 fixed unique contraints 2017-05-03 17:45:21 +02:00
RocksDBIndexFactory.cpp adjusted error code produced in case an invalid index type is used 2017-05-04 00:41:01 +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 recaluclate count by collection scan on request 2017-05-03 10:42:58 +02:00
RocksDBKeyBounds.h recaluclate count by collection scan on request 2017-05-03 10:42:58 +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 fixed unique contraints 2017-05-03 17:45:21 +02:00
RocksDBPrimaryIndex.h fixed unique contraints 2017-05-03 17:45:21 +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 fix MSVC compile warnings 2017-05-03 15:47:45 +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
RocksDBRestExportHandler.h
RocksDBRestHandlers.cpp add contextId to replication handler 2017-04-20 10:56:17 +02:00
RocksDBRestHandlers.h
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
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 Enabled/fixed check for empty transactions to reduce WAL spam. 2017-05-02 13:03:00 -04:00
RocksDBTransactionState.h fillIndex non transactional + tests 2017-05-03 16:07:29 +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 fix db._engineStats() 2017-05-04 00:33:36 +02:00
RocksDBV8Functions.h fix db._engineStats() 2017-05-04 00:33:36 +02:00
RocksDBVPackIndex.cpp Fixing test timeouts 2017-05-03 19:42:27 +02:00
RocksDBVPackIndex.h fixed unique contraints 2017-05-03 17:45:21 +02: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