1
0
Fork 0
arangodb/arangod/RocksDBEngine
Jan Christoph Uhde b42c6c0e45 add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
..
CMakeLists.txt add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
RocksDBBackgroundThread.cpp go on in case of errors 2017-05-04 23:32:17 +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 Added some non transactional truncate logic 2017-05-04 18:07:47 +02:00
RocksDBCollection.h Added some non transactional truncate logic 2017-05-04 18:07:47 +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
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 Added some non transactional truncate logic 2017-05-04 18:07:47 +02:00
RocksDBEdgeIndex.h Added some non transactional truncate logic 2017-05-04 18:07:47 +02:00
RocksDBEngine.cpp optimize away own transaction management for RocksDB engine 2017-05-04 23:16:53 +02:00
RocksDBEngine.h optimize away own transaction management for RocksDB engine 2017-05-04 23:16:53 +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
RocksDBGeoIndex.cpp add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
RocksDBGeoIndex.h add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
RocksDBGeoIndexImpl.cpp add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
RocksDBGeoIndexImpl.h add rocksdbgeoindex 2017-05-05 13:38:57 +02:00
RocksDBHashIndex.cpp
RocksDBHashIndex.h Fixing aql query index optimizer 2017-04-19 10:16:19 +02:00
RocksDBIndex.cpp Adding compaction and estimateSize method for rocksdb 2017-05-04 13:08:02 +02:00
RocksDBIndex.h Adding compaction and estimateSize method for rocksdb 2017-05-04 13:08:02 +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 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
RocksDBPersistentIndex.h
RocksDBPrimaryIndex.cpp Added some non transactional truncate logic 2017-05-04 18:07:47 +02:00
RocksDBPrimaryIndex.h Added some non transactional truncate logic 2017-05-04 18:07:47 +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 Added explicit WAL file lifecycle management to reduce space overhead from replication. 2017-05-04 15:16:24 -04: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 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 Added explicit WAL file lifecycle management to reduce space overhead from replication. 2017-05-04 15:16:24 -04:00
RocksDBRestReplicationHandler.h Fix ignoreDistributeShardsLikeErrors behaviour. 2017-05-03 09:13:03 +02:00
RocksDBRestWalHandler.cpp optimize away own transaction management for RocksDB engine 2017-05-04 23:16:53 +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 fix cluster_sync test 2017-05-04 13:16:47 +02:00
RocksDBTransactionCollection.h fix cluster_sync test 2017-05-04 13:16:47 +02:00
RocksDBTransactionContextData.h
RocksDBTransactionManager.h Added a missing override. 2017-05-05 10:02:06 +02:00
RocksDBTransactionState.cpp optimize away own transaction management for RocksDB engine 2017-05-04 23:16:53 +02: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 Adding compaction and estimateSize method for rocksdb 2017-05-04 13:08:02 +02:00
RocksDBV8Functions.h fix db._engineStats() 2017-05-04 00:33:36 +02:00
RocksDBVPackIndex.cpp Adding compaction and estimateSize method for rocksdb 2017-05-04 13:08:02 +02:00
RocksDBVPackIndex.h Adding compaction and estimateSize method for rocksdb 2017-05-04 13:08:02 +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