1
0
Fork 0
arangodb/arangod/RocksDBEngine
Simran 34ec56d421 Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
..
CMakeLists.txt Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBBackgroundThread.cpp added key generators "uuid" and "padded" (#5740) 2018-07-03 15:23:47 +02:00
RocksDBBackgroundThread.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBCollection.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBCollection.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBColumnFamily.h
RocksDBCommon.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBCommon.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBComparator.cpp
RocksDBComparator.h
RocksDBCuckooIndexEstimator.h Feature/misc spelling corrections (#5164) 2018-07-13 13:06:20 +02:00
RocksDBEdgeIndex.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBEdgeIndex.h Cleanup cluster selectivity (#5440) 2018-05-23 18:00:14 +02:00
RocksDBEngine.cpp added key generators "uuid" and "padded" (#5740) 2018-07-03 15:23:47 +02:00
RocksDBEngine.h Refactor syncer state and make notes for future parallelization (#5742) 2018-07-03 21:32:16 +02:00
RocksDBFormat.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBFormat.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBFulltextIndex.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBFulltextIndex.h fixed issue #5252 (#5427) 2018-05-23 08:30:27 +02:00
RocksDBGeoIndex.cpp Remove redundant geo code, remove WITHIN_RECTANGLE (#5757) 2018-07-04 20:21:00 +02:00
RocksDBGeoIndex.h Remove redundant geo code, remove WITHIN_RECTANGLE (#5757) 2018-07-04 20:21:00 +02:00
RocksDBHashIndex.cpp issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer (#5344) 2018-05-14 19:06:24 +03:00
RocksDBHashIndex.h
RocksDBIncrementalSync.cpp Refactor syncer state and make notes for future parallelization (#5742) 2018-07-03 21:32:16 +02:00
RocksDBIncrementalSync.h
RocksDBIndex.cpp Fix deleting rocksdb views and dump_authentication (#5779) 2018-07-05 09:40:43 +02:00
RocksDBIndex.h
RocksDBIndexFactory.cpp Feature/test iresearch (#5610) 2018-06-21 20:35:04 +03:00
RocksDBIndexFactory.h Coordinator storage engine (#5405) 2018-05-22 19:30:27 +02:00
RocksDBIterators.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBIterators.h speed up replication (#5226) 2018-05-14 18:32:26 +02:00
RocksDBKey.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBKey.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02: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 Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBLogValue.h RocksDB replication hardening & cleanup (#4639) 2018-02-23 18:15:04 +01:00
RocksDBMethods.cpp RocksDB replication hardening & cleanup (#4639) 2018-02-23 18:15:04 +01:00
RocksDBMethods.h RocksDB replication hardening & cleanup (#4639) 2018-02-23 18:15:04 +01:00
RocksDBOptimizerRules.cpp Feature/aql optimizations (#5237) 2018-05-03 16:55:58 +02:00
RocksDBOptimizerRules.h
RocksDBPersistentIndex.h
RocksDBPrefixExtractor.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBPrimaryIndex.cpp speed up replication (#5226) 2018-05-14 18:32:26 +02:00
RocksDBPrimaryIndex.h Cleanup cluster selectivity (#5440) 2018-05-23 18:00:14 +02:00
RocksDBRecoveryHelper.h
RocksDBRecoveryManager.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBRecoveryManager.h
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 Refactor syncer state and make notes for future parallelization (#5742) 2018-07-03 21:32:16 +02:00
RocksDBReplicationContext.h Bug fix/fix codescan issues (#5371) 2018-05-16 20:40:37 +02:00
RocksDBReplicationManager.cpp Parallelize arangodump (#4356) 2018-03-26 15:55:14 +02:00
RocksDBReplicationManager.h Refactor syncer state and make notes for future parallelization (#5742) 2018-07-03 21:32:16 +02:00
RocksDBReplicationTailing.cpp Merge branch 'bug-fix/add-missing-overrides-and-final' of https://github.com/arangodb/arangodb into devel 2018-05-07 23:02:46 +02:00
RocksDBReplicationTailing.h
RocksDBRestExportHandler.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBRestExportHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBRestHandlers.cpp Replace rocksdb export cursor with query (#5657) 2018-06-25 18:14:27 +02:00
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp Allow dumping / restoring of views (#5774) 2018-07-05 17:55:28 +02:00
RocksDBRestReplicationHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBRestWalHandler.cpp remove useless flush from test, bump wal flush default timeouts (#4845) 2018-03-14 21:59:48 +01:00
RocksDBRestWalHandler.h Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBSettingsManager.cpp added key generators "uuid" and "padded" (#5740) 2018-07-03 15:23:47 +02:00
RocksDBSettingsManager.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBSkiplistIndex.h
RocksDBThrottle.cpp Bugfix Devel: adjust SetThrottle() to only call GetDelayToken() first time. (#5857) 2018-07-12 20:01:58 +02:00
RocksDBThrottle.h Feature/upgrade rocksdb (#5484) 2018-07-04 12:04:41 +02:00
RocksDBTransactionCollection.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBTransactionCollection.h RocksDB replication hardening & cleanup (#4639) 2018-02-23 18:15:04 +01:00
RocksDBTransactionContextData.h
RocksDBTransactionManager.h
RocksDBTransactionState.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
RocksDBTransactionState.h TransactionState::addCollection refactoring (#5606) 2018-06-14 15:34:58 +02:00
RocksDBTypes.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBTypes.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +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
RocksDBV8Functions.h
RocksDBVPackIndex.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBVPackIndex.h Cleanup cluster selectivity (#5440) 2018-05-23 18:00:14 +02:00
RocksDBValue.cpp Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBValue.h apply fixes found by cppcheck (#5360) 2018-05-15 20:06:36 +02:00
RocksDBWalAccess.cpp issue 373.1: move globally-unique id generation from collection into data-source (#5182) 2018-05-07 22:14:40 +03:00
RocksDBWalAccess.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00