1
0
Fork 0
arangodb/arangod/Indexes
jsteemann 2eaf7196e2 fixed some tests 2016-09-01 09:41:11 +02:00
..
EdgeIndex.cpp Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
EdgeIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
FulltextIndex.cpp Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
FulltextIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
GeoIndex.cpp renamed GeoIndex2 to GeoIndex 2016-08-29 13:02:07 +02:00
GeoIndex.h renamed GeoIndex2 to GeoIndex 2016-08-29 13:02:07 +02:00
HashIndex.cpp Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
HashIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
Index.cpp fixed some tests 2016-09-01 09:41:11 +02:00
Index.h fixed some tests 2016-09-01 09:41:11 +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 Moved index creation to use LogicalCollection instead of TRI_collection_t. Involved changes of the constructor, all can now be created using iid and Slice. Removed specialized functions to create/find indixes in v8-voc index. Also the iteration is modified. This commit compiles but tests will fail. Merge commit. 2016-08-25 09:57:36 +02:00
PathBasedIndex.h Fixed soem crashes and undefined behaviuor. Server does not crash during tests, however a lot of them are still red 2016-08-25 14:51:03 +02:00
PrimaryIndex.cpp Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
PrimaryIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
RocksDBFeature.cpp refactoring 2016-07-18 17:48:24 +02:00
RocksDBFeature.h added unprepare 2016-06-06 18:27:51 +02:00
RocksDBIndex.cpp Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00
RocksDBIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +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
SimpleAttributeEqualityMatcher.h more index optimizations 2016-06-25 18:26:08 +02:00
SkiplistIndex.cpp fixed some leaks 2016-08-26 14:29:31 +02:00
SkiplistIndex.h Merge branch 'engine-vs-velocystream' of https://github.com/arangodb/arangodb into generic-col-types 2016-08-26 14:02:27 +02:00