1
0
Fork 0
arangodb/arangod/RocksDBEngine
jsteemann 0025f82cda cleanup 2018-11-21 10:07:35 +01:00
..
CMakeLists.txt Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBBackgroundThread.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBBackgroundThread.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBCollection.cpp cleanup 2018-11-21 10:07:35 +01:00
RocksDBCollection.h Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBCollectionMeta.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBCollectionMeta.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBColumnFamily.h Feature/efficiency (#3736) 2018-01-05 16:51:31 +01:00
RocksDBCommon.cpp Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBCommon.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBComparator.cpp Bug fix/more sparsung (#6177) 2018-08-17 08:47:45 +02:00
RocksDBComparator.h Bug fix/more sparsung (#6177) 2018-08-17 08:47:45 +02:00
RocksDBCuckooIndexEstimator.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBEdgeIndex.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBEdgeIndex.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBEngine.cpp Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBEngine.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBFormat.cpp Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBFormat.h Fix undefined behaviour (#7108) 2018-10-29 19:02:24 +01:00
RocksDBFulltextIndex.cpp Feature/improvements 031018 (#6712) 2018-10-04 15:10:54 +02:00
RocksDBFulltextIndex.h Hide Links from getIndexes() (#6325) 2018-09-03 15:17:24 +02:00
RocksDBGeoIndex.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBGeoIndex.h Hide Links from getIndexes() (#6325) 2018-09-03 15:17:24 +02:00
RocksDBHashIndex.cpp added comments 2018-09-12 17:48:30 +02:00
RocksDBHashIndex.h added comments 2018-09-12 17:48:30 +02:00
RocksDBIncrementalSync.cpp MMFiles-replication-get-followers-under-lock (forward-port) (#7343) 2018-11-20 09:43:26 +01:00
RocksDBIncrementalSync.h allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
RocksDBIndex.cpp Feature/disable indexing (#7362) 2018-11-20 15:00:55 +01:00
RocksDBIndex.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBIndexFactory.cpp Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBIndexFactory.h issue 399.4: use LogicalCollection& instead of LogicalCollection* in Index (#5929) 2018-07-20 14:55:58 +03:00
RocksDBIterators.cpp RocksDB replication thread safety (#7088) 2018-10-29 18:09:46 +01:00
RocksDBIterators.h RocksDB replication thread safety (#7088) 2018-10-29 18:09:46 +01:00
RocksDBKey.cpp Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBKey.h Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBKeyBounds.cpp for some reasons fortify complained about these parts (#5777) 2018-07-05 09:38:03 +02:00
RocksDBKeyBounds.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBLogValue.cpp Use RangeDelete where possible (#6121) 2018-08-15 18:52:09 +02:00
RocksDBLogValue.h Use RangeDelete where possible (#6121) 2018-08-15 18:52:09 +02:00
RocksDBMethods.cpp Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBMethods.h Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBOptimizerRules.cpp Bug fix/fixes 2508 (#6254) 2018-08-27 21:36:39 +02:00
RocksDBOptimizerRules.h Disable JS on DBServer, fix race in UserManager (#6244) 2018-08-24 22:20:49 +02:00
RocksDBPersistentIndex.h issue 399.4: use LogicalCollection& instead of LogicalCollection* in Index (#5929) 2018-07-20 14:55:58 +03:00
RocksDBPrefixExtractor.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBPrimaryIndex.cpp Bug fix/aql speedup (#7379) 2018-11-20 16:07:40 +01:00
RocksDBPrimaryIndex.h Bug fix/aql speedup (#7379) 2018-11-20 16:07:40 +01:00
RocksDBRecoveryHelper.h fix handling of range deletions (#6639) 2018-09-28 11:09:41 +02:00
RocksDBRecoveryManager.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBRecoveryManager.h Silence Tsan warnings (#7075) 2018-10-25 15:50:39 +02:00
RocksDBReplicationCommon.cpp forward port of replication bugfixes from 3.2 (#4572) 2018-02-12 18:13:51 +01:00
RocksDBReplicationCommon.h forward port of replication bugfixes from 3.2 (#4572) 2018-02-12 18:13:51 +01:00
RocksDBReplicationContext.cpp Use shared_ptr for LogicalCollection (#7220) 2018-11-05 18:31:57 +01:00
RocksDBReplicationContext.h Use shared_ptr for LogicalCollection (#7220) 2018-11-05 18:31:57 +01:00
RocksDBReplicationManager.cpp fix premature replicatin context deletion in case the context has no iterators (#7188) 2018-11-02 12:14:27 +01:00
RocksDBReplicationManager.h RocksDB replication thread safety (#7088) 2018-10-29 18:09:46 +01:00
RocksDBReplicationTailing.cpp Use shared_ptr for LogicalCollection (#7220) 2018-11-05 18:31:57 +01:00
RocksDBReplicationTailing.h slight cleanup of replication-related code (#4286) 2018-01-17 16:56:40 +01:00
RocksDBRestCollectionHandler.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
RocksDBRestCollectionHandler.h Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
RocksDBRestExportHandler.cpp fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RocksDBRestExportHandler.h fix non-blocking stream cursors (#6064) 2018-08-03 12:41:52 +02:00
RocksDBRestHandlers.cpp Silence Tsan warnings (#7075) 2018-10-25 15:50:39 +02:00
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp RocksDB replication thread safety (#7088) 2018-10-29 18:09:46 +01:00
RocksDBRestReplicationHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBRestWalHandler.cpp Feature/improvements 031018 (#6712) 2018-10-04 15:10:54 +02:00
RocksDBRestWalHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBSettingsManager.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBSettingsManager.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBSkiplistIndex.h issue 399.4: use LogicalCollection& instead of LogicalCollection* in Index (#5929) 2018-07-20 14:55:58 +03:00
RocksDBSyncThread.cpp Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBSyncThread.h finalize `--rocksdb.sync-interval` feature (#5856) 2018-07-17 11:09:57 +02:00
RocksDBThrottle.cpp Cleanup logging in RocksDBEngine. 2018-10-02 07:50:02 -04:00
RocksDBThrottle.h Feature/upgrade rocksdb (#5484) 2018-07-04 12:04:41 +02:00
RocksDBTransactionCollection.cpp MMFiles-replication-get-followers-under-lock (forward-port) (#7343) 2018-11-20 09:43:26 +01:00
RocksDBTransactionCollection.h MMFiles-replication-get-followers-under-lock (forward-port) (#7343) 2018-11-20 09:43:26 +01:00
RocksDBTransactionContextData.h Feature/rocksdb hashsearch (#2713) 2017-07-05 10:18:52 +02:00
RocksDBTransactionManager.h do not create empty useless transaction data objects (#6430) 2018-09-10 14:47:05 +02:00
RocksDBTransactionState.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBTransactionState.h Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBTypes.cpp Use RangeDelete where possible (#6121) 2018-08-15 18:52:09 +02:00
RocksDBTypes.h Use RangeDelete where possible (#6121) 2018-08-15 18:52:09 +02:00
RocksDBUpgrade.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBUpgrade.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBV8Functions.cpp Add engine specific collection APIs (#6977) 2018-10-19 17:46:33 +02:00
RocksDBV8Functions.h Feature/rocksdb hashsearch (#2713) 2017-07-05 10:18:52 +02:00
RocksDBVPackIndex.cpp Feature/disable indexing (#7362) 2018-11-20 15:00:55 +01:00
RocksDBVPackIndex.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBValue.cpp Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBValue.h Make recovery more reliable (#7297) 2018-11-19 13:59:18 +01:00
RocksDBWalAccess.cpp Faster index creation (#7348) (#7383) 2018-11-21 09:53:14 +01:00
RocksDBWalAccess.h Allow WAL logger to split up transactions (#6800) (#6866) 2018-10-12 17:50:58 +02:00