..
CMakeLists.txt
optimize away own transaction management for RocksDB engine
2017-05-04 23:16:53 +02:00
MMFilesAllocatorThread.cpp
remove logging for non-topics
2017-02-10 09:32:50 +01:00
MMFilesAllocatorThread.h
…
MMFilesAqlFunctions.cpp
fix handling of externals
2017-03-30 17:37:09 +02:00
MMFilesAqlFunctions.h
functionality for plugging REST handlers
2017-03-09 17:12:00 +01:00
MMFilesCleanupThread.cpp
removing unused and unimplemented methods
2017-05-10 18:25:41 +02:00
MMFilesCleanupThread.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesCollection.cpp
fail with exception and not with undefined behavior when the expected primary index is not there! ( #2590 )
2017-06-18 22:48:15 +02:00
MMFilesCollection.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesCollectionExport.cpp
move common code into its own file
2017-05-22 17:46:12 +02:00
MMFilesCollectionExport.h
move common code into its own file
2017-05-22 17:46:12 +02:00
MMFilesCollectionKeys.cpp
removing unused and unimplemented methods
2017-05-10 18:25:41 +02:00
MMFilesCollectionKeys.h
move collection keys into engine
2017-03-21 14:23:29 +01:00
MMFilesCollectionReadLocker.h
honor exclusive locks
2017-04-25 12:56:56 +02:00
MMFilesCollectionWriteLocker.h
honor exclusive locks
2017-04-25 12:56:56 +02:00
MMFilesCollectorCache.h
renaming
2017-03-22 13:01:40 +01:00
MMFilesCollectorThread.cpp
optimize away own transaction management for RocksDB engine
2017-05-04 23:16:53 +02:00
MMFilesCollectorThread.h
Moved ditches into MMFiles.
2017-02-23 09:02:34 +01:00
MMFilesCompactionLocker.h
renamed classes
2017-02-28 17:59:48 +01:00
MMFilesCompactorThread.cpp
removing unused and unimplemented methods
2017-05-10 18:25:41 +02:00
MMFilesCompactorThread.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesDatafile.cpp
Various warnings
2017-04-26 11:26:08 +02:00
MMFilesDatafile.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesDatafileHelper.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesDatafileStatistics.cpp
moved files
2017-03-16 16:45:02 +01:00
MMFilesDatafileStatistics.h
moved files
2017-03-16 16:45:02 +01:00
MMFilesDatafileStatisticsContainer.cpp
moved files
2017-03-16 16:45:02 +01:00
MMFilesDatafileStatisticsContainer.h
moved files
2017-03-16 16:45:02 +01:00
MMFilesDitch.cpp
renamed classes
2017-02-27 11:40:15 +01:00
MMFilesDitch.h
renamed classes
2017-02-27 11:40:15 +01:00
MMFilesDocumentOperation.cpp
Moved primaryIndex knowledge out of Logical Collection. Also moved logic for close into MMFiles
2017-02-21 14:12:07 +01:00
MMFilesDocumentOperation.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesDocumentPosition.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesEdgeIndex.cpp
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
MMFilesEdgeIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesEngine.cpp
abort waitForSync ops during server shutdown
2017-06-01 17:07:09 +02:00
MMFilesEngine.h
added tests for intermediate commits
2017-05-30 12:03:58 +02:00
MMFilesExportCursor.cpp
move common code into its own file
2017-05-22 17:46:12 +02:00
MMFilesExportCursor.h
move attributes into engine
2017-03-21 10:31:50 +01:00
MMFilesFulltextIndex.cpp
unify index struct return values in cluster and non-cluster for fulltext and geo indexes ( #2534 )
2017-06-08 13:35:00 +02:00
MMFilesFulltextIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesGeoIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesGeoIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesHashIndex.cpp
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
MMFilesHashIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesIncrementalSync.h
Renaming files
2017-05-31 18:12:47 +02:00
MMFilesIndexElement.cpp
Moved index API to return DocumentIdentifierTokens which are independent of the underlying storage engine. The agreement is, that the Engine gives a uint64_t sized identifier which allows to fetch any document back again. For MMFiles Engine this identifier is the revision.
2017-01-24 18:19:25 +01:00
MMFilesIndexElement.h
renaming
2017-01-23 15:36:11 +01:00
MMFilesIndexFactory.cpp
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
MMFilesIndexFactory.h
Removed code paths that wrote objectIds into the Agency. This did break replication.
2017-05-02 14:59:19 +02:00
MMFilesLogfileManager.cpp
fix tick assignment
2017-06-08 22:12:23 +02:00
MMFilesLogfileManager.h
optimize away own transaction management for RocksDB engine
2017-05-04 23:16:53 +02:00
MMFilesOptimizerRules.cpp
Working geo index + tests
2017-05-09 15:04:51 +02:00
MMFilesOptimizerRules.h
Working geo index + tests
2017-05-09 15:04:51 +02:00
MMFilesPathBasedIndex.cpp
added assert
2017-04-12 15:38:01 +02:00
MMFilesPathBasedIndex.h
fixing compiler warnings and edge cache test
2017-06-02 16:00:41 +02:00
MMFilesPersistentIndex.cpp
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
MMFilesPersistentIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesPersistentIndexFeature.cpp
modified error message so it becomes clear that the mmfiles engine also uses rocksdb internally, but only for persistent indexes ( #2545 )
2017-06-12 11:34:13 +02:00
MMFilesPersistentIndexFeature.h
change --rocksdb.enabled to be a obosolete option
2017-04-19 14:54:10 +02:00
MMFilesPersistentIndexKeyComparator.cpp
class renaming
2017-03-08 17:54:00 +01:00
MMFilesPersistentIndexKeyComparator.h
class renaming
2017-03-08 17:54:00 +01:00
MMFilesPrimaryIndex.cpp
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesPrimaryIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesRemoverThread.cpp
remove logging for non-topics
2017-02-10 09:32:50 +01:00
MMFilesRemoverThread.h
…
MMFilesRestExportHandler.cpp
move common code into its own file
2017-05-22 17:46:12 +02:00
MMFilesRestExportHandler.h
move common code into its own file
2017-05-22 17:46:12 +02:00
MMFilesRestHandlers.cpp
Moved MMFiles replication handler.
2017-04-18 15:35:45 -04:00
MMFilesRestHandlers.h
make RestWalHandler a handler of the MMFiles engine
2017-03-10 09:00:37 +01:00
MMFilesRestReplicationHandler.cpp
try to honor server shutdown while locks are held
2017-06-01 02:24:00 +02:00
MMFilesRestReplicationHandler.h
more dictributeShardsLike code mergedfrom 3.1
2017-04-24 15:13:40 +02:00
MMFilesRestWalHandler.cpp
issue #2505
2017-05-29 10:29:47 +02:00
MMFilesRestWalHandler.h
make RestWalHandler a handler of the MMFiles engine
2017-03-10 09:00:37 +01:00
MMFilesRevisionsCache.cpp
renaming
2017-03-22 13:01:40 +01:00
MMFilesRevisionsCache.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesSkiplist.h
renaming
2017-01-23 15:36:11 +01:00
MMFilesSkiplistIndex.cpp
cleanup error codes a bit
2017-06-09 14:50:05 +02:00
MMFilesSkiplistIndex.h
Changed several index/collection APIs to provide better context messages.
2017-06-06 12:27:08 -04:00
MMFilesSynchronizerThread.cpp
remove logging for non-topics
2017-02-10 09:32:50 +01:00
MMFilesSynchronizerThread.h
…
MMFilesToken.h
The Fulltext index now return DocumentIdentifierTokens instead of revisions. Removed one inderection rid <-> Index_doc which were a typedef.
2017-01-25 13:20:15 +01:00
MMFilesTransactionCollection.cpp
slightly less allocations for MMFiles transaction ops
2017-06-07 00:30:18 +02:00
MMFilesTransactionCollection.h
slightly less allocations for MMFiles transaction ops
2017-06-07 00:30:18 +02:00
MMFilesTransactionContextData.cpp
removed unused includes
2017-02-27 17:29:28 +01:00
MMFilesTransactionContextData.h
removed unused includes
2017-02-27 17:29:28 +01:00
MMFilesTransactionManager.cpp
optimize away own transaction management for RocksDB engine
2017-05-04 23:16:53 +02:00
MMFilesTransactionManager.h
optimize away own transaction management for RocksDB engine
2017-05-04 23:16:53 +02:00
MMFilesTransactionState.cpp
improve waitForSync performance for mmfiles
2017-06-06 12:44:39 +02:00
MMFilesTransactionState.h
added tests for intermediate commits
2017-05-30 12:03:58 +02:00
MMFilesV8Functions.cpp
fix db._engineStats()
2017-05-04 00:33:36 +02:00
MMFilesV8Functions.h
fix db._engineStats()
2017-05-04 00:33:36 +02:00
MMFilesView.cpp
some fixes for view handling
2017-03-17 11:18:46 +01:00
MMFilesView.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesWalLogfile.cpp
move encoding functions into their own file
2017-02-14 12:57:15 +01:00
MMFilesWalLogfile.h
renaming
2017-03-22 13:01:40 +01:00
MMFilesWalMarker.h
added stubs for indexes
2017-03-23 15:24:00 +01:00
MMFilesWalRecoverState.cpp
fix compile warning
2017-04-19 12:31:13 +02:00
MMFilesWalRecoverState.h
renaming
2017-03-22 13:01:40 +01:00
MMFilesWalRecoveryFeature.cpp
try to fix startup order
2017-04-25 11:14:10 +02:00
MMFilesWalRecoveryFeature.h
…
MMFilesWalSlot.cpp
renaming
2017-03-22 13:01:40 +01:00
MMFilesWalSlot.h
…
MMFilesWalSlots.cpp
fix tick assignment
2017-06-08 22:12:23 +02:00
MMFilesWalSlots.h
fix tick assignment
2017-06-08 22:12:23 +02:00
MMFilesWalSyncRegion.h
…
README.md
remove transferMarkers from StorageEngine.h
2017-02-21 16:00:37 +01:00
mmfiles-fulltext-common.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-handles.cpp
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-handles.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-index.cpp
fix invalid new/free pairings
2017-06-07 13:21:41 +02:00
mmfiles-fulltext-index.h
cppcheck
2017-05-10 18:24:34 +02:00
mmfiles-fulltext-list.cpp
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-list.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-query.cpp
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-query.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-result.cpp
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-fulltext-result.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-geo-index.cpp
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-geo-index.h
move replication-dump into engine
2017-03-21 13:55:57 +01:00
mmfiles-replication-dump.cpp
Squashed commit of the following:
2017-05-12 23:22:22 +02:00
mmfiles-replication-dump.h
Squashed commit of the following:
2017-05-12 23:22:22 +02:00