1
0
Fork 0
arangodb/arangod/Indexes
Jan 76f84f2c6c Allow the optimizer to use indexes (#10543)
* Allow the optimizer to use indexes

when a collection attribute is compared to anexpansion followed by an attribute name, e.g. `doc.value IN something[*].name`.

* Update CHANGELOG
2019-11-26 14:54:28 +01:00
..
Index.cpp Allow the optimizer to use indexes (#10543) 2019-11-26 14:54:28 +01:00
Index.h Bug fix/internal issue #647 (#10292) (#10334) 2019-10-30 17:01:18 +03:00
IndexFactory.cpp disable the creation of TTL indexes on sub-attributes (#9995) 2019-09-12 16:42:56 +03:00
IndexFactory.h disable the creation of TTL indexes on sub-attributes (#9995) 2019-09-12 16:42:56 +03:00
IndexIterator.cpp refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
IndexIterator.h refactor index APIs (#9145) 2019-05-31 11:12:39 +02:00
SimpleAttributeEqualityMatcher.cpp make index selection more deterministic (#9736) 2019-08-20 12:55:21 +03:00
SimpleAttributeEqualityMatcher.h make index selection more deterministic (#9736) 2019-08-20 12:55:21 +03:00
SortedIndexAttributeMatcher.cpp make index selection more deterministic (#9736) 2019-08-20 12:55:21 +03:00
SortedIndexAttributeMatcher.h don't unfairly favor the edge index when comparing it to more specialized indexes on `_from`/`_to` plus other attributes (#9362) 2019-07-01 16:32:42 +02:00