1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
jmvan f504707c1d documentation: links between fulltext chapters 2016-02-02 17:41:40 +01:00
..
Cap.mdpp Replace @EXAMPLES 2016-01-12 19:10:00 +01:00
Fulltext.mdpp documentation: links between fulltext chapters 2016-02-02 17:41:40 +01:00
Geo.mdpp Documentation: improved geo links 2016-01-16 12:30:20 +01:00
Hash.mdpp remove @brief. 2016-01-12 19:13:46 +01:00
HowArangoDBUsesIndexes.mdpp org/arangodb -> @arangodb 2015-12-15 15:51:44 +01:00
IndexBasics.mdpp Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
README.mdpp add missing subchapter links 2015-12-15 19:39:02 +01:00
Skiplist.mdpp remove @brief. 2016-01-12 19:13:46 +01:00
WhichIndex.mdpp Fix dangling anchors and add checker script to the make target. 2015-11-26 18:51:39 +01:00
WorkingWithIndexes.mdpp remove @brief. 2016-01-12 19:13:46 +01:00

README.mdpp

!CHAPTER Handling Indexes

This is an introduction to ArangoDB's interface for indexes in general.  
There are special sections for 

- [index basics](../IndexHandling/IndexBasics.md) 
- [Which Index to use when](../IndexHandling/WhichIndex.md)
- [How ArangoDB uses indexes](../IndexHandling/HowArangoDBUsesIndexes.md)
- [working with indexes](../IndexHandling/WorkingWithIndexes.md) 
 - [hash indexes](../IndexHandling/Hash.md)
 - [skiplists](../IndexHandling/Skiplist.md)
 - [fulltext indexes](../IndexHandling/Fulltext.md) 
 - [geo-spatial indexes](../IndexHandling/Geo.md)
 - [cap constraints](../IndexHandling/Cap.md)