1
0
Fork 0
arangodb/arangod/Indexes
Jan Christoph Uhde 32d0bdc846 Merge branch 'devel' of github.com:arangodb/arangodb into obi-geo-index
* 'devel' of github.com:arangodb/arangodb: (132 commits)
  try to fix travis build
  Generate unique Swagger operationIds
  Add support for Swagger tags
  Add swagger route to Foxx API
  Require at least one arg in route def
  ported velocypack compatibility fix from arangodb/velocypack
  use bulk allocator for index elements
  fix memleak
  fix test in cluster
  remove unused code
  fixed resilience
  Update zwagger
  Readd satellite node
  Fix link
  Document OAuth1
  Nicer OAuth2 docs
  properly start the tarball
  fix VS compile errors
  clones method in Jobs more useful
  we don't need the dpkg-shlibdeps workaround anymore.
  ...
2016-12-12 09:15:36 +01:00
..
EdgeIndex.cpp added specialized fasthash version for uint64 input 2016-12-08 13:32:48 +01:00
EdgeIndex.h when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
FulltextIndex.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
FulltextIndex.h a bit of index cleanup 2016-11-02 22:44:06 +01:00
GeoIndex.cpp remove debug code for performance testing 2016-12-06 10:29:38 +01:00
GeoIndex.h within queries are now working 2016-12-05 12:46:23 +01:00
HashIndex.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
HashIndex.h added specialized fasthash version for uint64 input 2016-12-08 13:32:48 +01:00
Index.cpp when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
Index.h when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
IndexElement.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
IndexElement.h use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
IndexIterator.cpp a bit of index cleanup 2016-11-02 22:44:06 +01:00
IndexIterator.h WIP first working version of geoindex via aql 2016-11-29 11:48:32 +01:00
IndexLookupContext.h Squashed commit of the following: 2016-10-24 10:18:30 +02:00
PathBasedIndex.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
PathBasedIndex.h use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
PrimaryIndex.cpp performance optimizations 2016-11-09 14:46:50 +01:00
PrimaryIndex.h when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
RocksDBFeature.cpp added stubs for RocksDB engine 2016-11-16 16:12:52 +01:00
RocksDBFeature.h added unprepare 2016-06-06 18:27:51 +02:00
RocksDBIndex.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
RocksDBIndex.h a bit of index cleanup 2016-11-02 22:44:06 +01: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 don't increase number of index results for unique indexes 2016-11-15 10:29:02 +01:00
SimpleAttributeEqualityMatcher.h when querying edge index selectivity, pass attribute name (i.e. _from, _to) so the selectivity of the correct index part can be returned 2016-11-11 11:01:04 +01:00
SkiplistIndex.cpp use bulk allocator for index elements 2016-12-09 21:40:49 +01:00
SkiplistIndex.h a bit of index cleanup 2016-11-02 22:44:06 +01:00