1
0
Fork 0
arangodb/arangod/RocksDBEngine
Jan Christoph Uhde 3f603f024f remove some containers from common.h (#9223)
* remove some containers from Common.h

* enterprise fixes
2019-06-07 13:27:24 +02:00
..
CMakeLists.txt Add RocksDB background error listener. (#8535) 2019-03-22 20:25:04 +01:00
RocksDBBackgroundErrorListener.cpp display reason for error in background listener, plus ignore shutdown (#9206) 2019-06-07 10:11:12 +02:00
RocksDBBackgroundErrorListener.h Add RocksDB background error listener. (#8535) 2019-03-22 20:25:04 +01:00
RocksDBBackgroundThread.cpp remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
RocksDBBackgroundThread.h Background Indexing (#8039) 2019-01-29 09:31:32 +01:00
RocksDBBuilderIndex.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBBuilderIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBCollection.cpp do not acquire a snapshot for a single read op (#8916) 2019-05-07 09:50:14 +02:00
RocksDBCollection.h Abort el-cheapo transactions if servers fail (#8799) 2019-04-22 19:31:24 +02:00
RocksDBCollectionMeta.cpp fix assertion (#8860) 2019-04-26 18:51:34 +02:00
RocksDBCollectionMeta.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
RocksDBColumnFamily.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBCommon.cpp handle incomplete read errors (#9021) 2019-05-20 14:13:41 +02:00
RocksDBCommon.h handle incomplete read errors (#9021) 2019-05-20 14:13:41 +02:00
RocksDBComparator.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBComparator.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBCuckooIndexEstimator.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
RocksDBEdgeIndex.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBEdgeIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBEngine.cpp Do not check isEnabled (#8997) 2019-05-17 16:33:17 +02:00
RocksDBEngine.h this addresses an issue described in ES-260, and is a forward-port of… (#8696) 2019-04-09 11:53:20 +02:00
RocksDBFormat.cpp next hack attempt (#8802) 2019-04-29 17:09:05 +02:00
RocksDBFormat.h next hack attempt (#8802) 2019-04-29 17:09:05 +02:00
RocksDBFulltextIndex.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBFulltextIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBGeoIndex.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBGeoIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBHashIndex.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
RocksDBIncrementalSync.cpp Reduce # of memcpy from storage engine layer (#8685) 2019-04-08 22:43:29 +02:00
RocksDBIncrementalSync.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBIndex.cpp Remove Obsolete code (#8657) 2019-04-03 13:40:44 +02:00
RocksDBIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBIndexFactory.cpp only offer indexes of type "persistent" in the web UI for the RocksDB (#9046) 2019-05-21 10:11:07 +02:00
RocksDBIndexFactory.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
RocksDBIterators.cpp handle incomplete read errors (#9021) 2019-05-20 14:13:41 +02:00
RocksDBIterators.h next hack attempt (#8802) 2019-04-29 17:09:05 +02:00
RocksDBKey.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBKey.h fix memleaks 2019-04-09 11:24:03 +02:00
RocksDBKeyBounds.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBKeyBounds.h next hack attempt (#8802) 2019-04-29 17:09:05 +02:00
RocksDBLogValue.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBLogValue.h Bug fix/optimizations 18022019 (#8180) 2019-02-19 19:24:04 +01:00
RocksDBMethods.cpp added db.<collection>.getResponsibleShard() (#8683) 2019-04-08 16:10:45 +02:00
RocksDBMethods.h When updating documents with array indices and unique values we mustn't disable indexing in rocksdb (#8404) 2019-03-14 13:35:38 +01:00
RocksDBOptimizerRules.cpp honor index hints in optimizer rule (#8940) 2019-05-09 18:47:36 +02:00
RocksDBOptimizerRules.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBPersistentIndex.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBPrefixExtractor.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
RocksDBPrimaryIndex.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBPrimaryIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBRecoveryHelper.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBRecoveryManager.cpp Do not check isEnabled (#8997) 2019-05-17 16:33:17 +02:00
RocksDBRecoveryManager.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBReplicationCommon.cpp Make Result final (#8157) 2019-02-15 20:05:30 +01:00
RocksDBReplicationCommon.h Make Result final (#8157) 2019-02-15 20:05:30 +01:00
RocksDBReplicationContext.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBReplicationContext.h fix compile warnings (#8743) 2019-04-15 11:22:24 +02:00
RocksDBReplicationManager.cpp remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
RocksDBReplicationManager.h remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
RocksDBReplicationTailing.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
RocksDBReplicationTailing.h slight cleanup of replication-related code (#4286) 2018-01-17 16:56:40 +01:00
RocksDBRestCollectionHandler.cpp big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestCollectionHandler.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestExportHandler.cpp big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestExportHandler.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestHandlers.cpp big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestHandlers.h
RocksDBRestReplicationHandler.cpp remove replication clients handling out of vocbase code (#8676) 2019-04-08 19:15:28 +02:00
RocksDBRestReplicationHandler.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBRestWalHandler.cpp Refactorings from cluster trx improvement branch (#8391) 2019-03-14 23:13:17 +01:00
RocksDBRestWalHandler.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBSettingsManager.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBSettingsManager.h snafu (#8728) 2019-04-10 19:14:34 +02:00
RocksDBSkiplistIndex.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
RocksDBSyncThread.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
RocksDBSyncThread.h Feature/ttl index (#8169) 2019-02-19 14:12:21 +01:00
RocksDBThrottle.cpp Bug fix/cleanup system includes (#8962) 2019-05-15 15:12:59 +02:00
RocksDBThrottle.h big reformat 2018-12-26 00:54:03 +01:00
RocksDBTransactionCollection.cpp Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
RocksDBTransactionCollection.h Bug fix/pass on error messages (#8690) 2019-04-10 12:34:25 +02:00
RocksDBTransactionState.cpp do not acquire a snapshot for a single read op (#8916) 2019-05-07 09:50:14 +02:00
RocksDBTransactionState.h do not acquire a snapshot for a single read op (#8916) 2019-05-07 09:50:14 +02:00
RocksDBTtlIndex.cpp Bug fix/make ttl index work with datestrings too (#8208) 2019-02-22 16:09:51 +01:00
RocksDBTtlIndex.h Bug fix/make ttl index work with datestrings too (#8208) 2019-02-22 16:09:51 +01:00
RocksDBTypes.cpp Optimize memory usage in AQL by using constrained heap sort when reasonable (#7990) 2019-01-31 22:46:57 +01:00
RocksDBTypes.h Background Indexing (#8039) 2019-01-29 09:31:32 +01:00
RocksDBUpgrade.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
RocksDBUpgrade.h Big endian document keys for rocksdb (#5712) 2018-07-03 14:11:22 +02:00
RocksDBV8Functions.cpp Feature/upgrade v8 7.1.302.28 (#8088) 2019-02-19 11:15:34 +01:00
RocksDBV8Functions.h
RocksDBVPackIndex.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBVPackIndex.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
RocksDBValue.cpp Bug fix/vpack update (#8875) 2019-04-30 12:33:26 +02:00
RocksDBValue.h Bug fix/optimizations 18022019 (#8180) 2019-02-19 19:24:04 +01:00
RocksDBWalAccess.cpp apply unique log ids (#8561) 2019-03-25 20:26:51 +01:00
RocksDBWalAccess.h port of replication improvements from 3.4 (#8308) 2019-03-11 13:37:18 +01:00