1
0
Fork 0
arangodb/arangod/Indexes
Michael Hackstein d9e1f41871 Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals. 2016-07-12 14:46:24 +02:00
..
EdgeIndex.cpp more index optimizations 2016-06-25 19:34:18 +02:00
EdgeIndex.h optimizations for edge index lookups 2016-06-25 15:55:11 +02:00
FulltextIndex.cpp fulltext fixes 2016-03-22 18:34:40 +01:00
FulltextIndex.h initial commit 2016-05-03 15:42:24 +02:00
GeoIndex2.cpp do not create markers on the heap, but create them in the WAL space directly 2016-04-29 01:01:10 +02:00
GeoIndex2.h initial commit 2016-05-03 15:42:24 +02:00
HashIndex.cpp Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-06-29 13:08:13 +02:00
HashIndex.h Improved OperationCursor. It now uses unique instead of shared ptr. It was never shared anyways. Also many more places now use direct MasterPointers in favor of OperationResults. Also added a generic IndexIterator nextBabies function. 2016-06-29 13:08:07 +02:00
Index.cpp more index optimizations 2016-06-25 19:34:18 +02:00
Index.h more index optimizations 2016-06-25 19:34:18 +02:00
IndexIterator.cpp speed up primary index lookups 2016-06-29 17:44:03 +02:00
IndexIterator.h Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals. 2016-07-12 14:46:24 +02:00
PathBasedIndex.cpp do not create markers on the heap, but create them in the WAL space directly 2016-04-29 01:01:10 +02:00
PathBasedIndex.h simplifications 2016-03-04 19:40:24 +01:00
PrimaryIndex.cpp speed up primary index lookups 2016-06-29 17:44:03 +02:00
PrimaryIndex.h Removed dead code. 2016-06-28 13:40:09 +02:00
RocksDBFeature.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
RocksDBFeature.h added unprepare 2016-06-06 18:27:51 +02:00
RocksDBIndex.cpp penalize backwards sorting 2016-07-06 07:41:18 +02:00
RocksDBIndex.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
RocksDBKeyComparator.cpp initial commit 2016-05-03 15:42:24 +02:00
RocksDBKeyComparator.h initial commit 2016-05-03 15:42:24 +02:00
SimpleAttributeEqualityMatcher.cpp clang-format 2016-01-27 13:43:46 +01:00
SimpleAttributeEqualityMatcher.h more index optimizations 2016-06-25 18:26:08 +02:00
SkiplistIndex.cpp Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals. 2016-07-12 14:46:24 +02:00
SkiplistIndex.h Modified the SkiplistIndex lookup s.t. it does not build one large VPackBuilder containing all combinations of search values, but instead has an option to rewrite it in-place and just has to maintain the intervals. 2016-07-12 14:46:24 +02:00