1
0
Fork 0
arangodb/Documentation/Books/Users/IndexHandling
Michael Hackstein 0869a4d91b Updated the documentation for arrayindexing with subattributes 2015-10-27 13:51:10 +01:00
..
Cap.mdpp
Fulltext.mdpp
Geo.mdpp
Hash.mdpp
HowArangoDBUsesIndexes.mdpp updated optimizer documentation 2015-10-21 15:48:20 +02:00
IndexBasics.mdpp Updated the documentation for arrayindexing with subattributes 2015-10-27 13:51:10 +01:00
README.mdpp
Skiplist.mdpp
WhichIndex.mdpp documentation update for indexes 2015-10-23 12:54:00 +02:00
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) 
- [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)