1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Wilfried Goesgens 8ae47f5efe Rename codeblocks so they deliver a uniq match. 2016-01-12 18:23:12 +01:00
..
Cap.mdpp
Fulltext.mdpp
Geo.mdpp
Hash.mdpp
HowArangoDBUsesIndexes.mdpp
IndexBasics.mdpp
README.mdpp
Skiplist.mdpp
WhichIndex.mdpp
WorkingWithIndexes.mdpp

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)